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

Compares 2 unicode strings and returns the difference between them.

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