StrCaseCmpW (FUN)
FUNCTION StrCaseCmpW : INT
It does a caseinsensitive comparison of two wstrings Return values: 0 -> the strings are equal
- -1 -> pwStr1 is less than pwStr2
1 -> pwStr1 is larger than pwStr2
-2 -> Error: An invalid string (ie. Null-Pointer is given)
- InOut:
Scope
Name
Type
Return
StrCaseCmpWINTInput
rwStr1REFERENCE TO WSTRING
rwStr2REFERENCE TO WSTRING