The HrStrstriW function determines whether one string is a prefix of another.
Header file: | CONVREGH.H |
Library: | CONVREGH.LIB |
Unicode: | Exclusively |
HRESULT HrStrstriW(
LPCWSTR pszSubString,
LPCWSTR pszString
);
See Return Values.
The HrStrstriW function is case-insensitive, i.e., both the string and substring are converted to uppercase before the substring search is performed.
For more information on this function, see the HrStrstriW function in CONVREGH.CPP under the MESGXLAT code sample in the Code Samples folder.