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.

      pQueryRecFromRect (PQUERYRECFROMRECT)

        Pointer to the QUERYRECFROMRECT data structure.

      pRecord (PRECORDCORE)

        Pointer to the container records within the bounding rectangle.

        NULL

          No container records are within the bounding rectangle.
        -1
          The container record data was not returned. The WinGetLastError function may return the following error:

            PMERR_INVALID_PARAMETERS.

          Other
            Pointer to the container record within the bounding rectangle.


          [Back] [Next]