Mount Fuji Engine  0.8b
int MFWString_CaseCmp ( const wchar_t *  pString1,
const wchar_t *  pString2 
)

Compares 2 unicode strings with case insensitivity and returns the difference between them.

Parameters
pString1First source string.
pString2Second source string.
Returns
The difference between the 2 unicode strings. 0 if the strings are identical.
See Also
MFWString_CaseCmpN()