CompareWString (FUN)
FUNCTION CompareWString : INT
Case sensitive comparison of two strings Return values: 0 -> the strings are equal -1 -> pw1 is less than pw2 1 -> pw1 is larger than pw2
- InOut:
Scope
Name
Type
Return
CompareWStringINTInput
pw1POINTER TO WSTRING
pw2POINTER TO WSTRING