Group: Shell Lightweight Utility APIs -- string functions - Library: shlwapi
BOOL ChrCmpIW(
WCHAR w1,
WCHAR w2
);
BOOL ChrCmpIA(
WORD w1,
WORD w2
);
DECLARE INTEGER ChrCmpIA IN Shlwapi;
As ChrCmpI;
SHORT w1, SHORT w2
w1 First character to be compared.
w2 Second character to be compared.
Returns zero if the two characters are the same, or nonzero otherwise.