pSearchAfter (PRECORDCORE)

      Pointer to the specified container record.

      To get all the container records within the specified rectangle, this message is sent repeatedly, each time this parameter is set to the pointer that is returned by the previous usage of this message.

      Note: If the CCS_MINIRECORDCORE style bit is specified when a container is created, then MINIRECORDCORE should be used instead of RECORDCORE and PMINIRECORDCORE should be used instead of PRECORDCORE in all applicable data structures and messages. The values of this parameter can be:

      CMA_FIRST

        Start the search with the first record in the container.
      Other
        Start the search after the record specified by this pointer.


      [Back] [Next]