pRecord (PRECORDCORE)

      Pointer to the record with the specified emphasis.

      NULL

        This implies that none of the records that follow the pointer specified in the pSearchAfter parameter meet those specifications.
      -1
        The container record data was not returned.

        The WinGetLastError function may return the following error:

        PMERR_INVALID_PARAMETERS (1208)

        Other
          Pointer to a container record with the specified emphasis.

          This is the first record that follows the record pointed to by the pSearchAfter parameter and satisfies the criteria specified in the fEmphasisMask parameter. To find the next record that satisfies this criteria, send this message again, but this time use the value returned in the pRecord parameter for the value of the pSearchAfter parameter.


        [Back] [Next]