The SzFindCh function searches for the first occurrence of a character in a null-terminated string.
Note This function may not be supported in future versions of MAPI.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
LPTSTR SzFindCh(
LPCTSTR lpsz,
USHORT ch
);
SzFindCh returns a pointer to the first occurrence of the character in the string. If the character does not occur anywhere in the string, or if the lpsz parameter is NULL, a value of NULL is returned.
The SzFindCh function searches for an exact match only; it is sensitive to case and diacritical differences. Searches in the Unicode and DBCS formats are supported.