Parameters

char *text
Null-terminated string to search for.
PS_DIR Dir
Optional parameter indicating the direction in which to search. If specified, must be one of SrchForward or SrchBackward. The default is SrchForward.
BOOL FoldCase
Optional parameter indicating the case-sensitivity of the search. If specified as FALSE the text string must exactly match the presentation space including the use of uppercase and lowercase characters. If specified as TRUE, the text string will be found without regard to uppercase or lowercase. The default is FALSE.
ULONG StartPos
Indicates the starting linear position of the search. This position will be included in the search.
ULONG StartRow
Indicates the row in which to start the search.
ULONG StartCol
Indicates the column in which to start the search.