pSearchString (PSEARCHSTRING)
pSearchAfter (PRECORDCORE)
Pointer to the starting container record.
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.
CMA_FIRST
Start the search at the first container
record.
Other
Start the
search after the container record specified by this pointer. To get all
of the records in the container whose text matches the string, this message
is sent repeatedly. Each time this message is sent, the pSearchAfter
parameter contains a pointer to the last record that was found.
pRecord (PRECORDCORE)
Pointer
to the found container record.
NULL
No container record's text matches the search
string.
-1