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

StrCaseCmpW

INT

Input

rwStr1

REFERENCE TO WSTRING

rwStr2

REFERENCE TO WSTRING