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 - CompareWString- INT- Input - pw1- POINTER TO WSTRING - pw2- POINTER TO WSTRING 
