pRecordOrder (PRECORDCORE)

      Record order for siblings.

      Possible values are described in the following list:

      CMA_FIRST

        preccMove moves to the FIRST child position of preccNewParent. If preccNewParent is NULL, preccMove becomes the first root level record of the container.
      CMA_LAST
        preccMove moves to the LAST child position of preccNewParent. If preccNewParent is NULL, preccMove becomes the last root level record of the container.
      Other
        preccMove moves after this record in the list of children of preccNewParent If preccNewParent is NULL, preccMove moves after the record specified by pRecordOrder only if that record is also a root level record.

        Note: This record must currently exist in the list of children of preccNewParent.


      [Back] [Next]