cmd (USHORT)

      Command that indicates which container record to retrieve:

      CMA_FIRST

        First record in the container.
      CMA_FIRSTCHILD
        First child record of pRecord specified in param1.
      CMA_LAST
        Last record in the container.
      CMA_LASTCHILD
        Last child record of pRecord specified in param1.
      CMA_NEXT
        Next record of pRecord specified in param1.
      CMA_PARENT
        Parent of pRecord specified in param1.
      CMA_PREV
        Previous record of pRecord specified in param1.


      [Back] [Next]