StrCaseCmpW (FUN)

FUNCTION StrCaseCmpW : INT

Does a case insensitive comparison of two wstrings. Case insensitive is intended only for the comparison between two ASCII characters within the strings
Return values:
0 -> the strings are equal
-1 -> pwd1 is less than pwd2
1 -> pwd1 is larger than pwd2
InOut:

Scope

Name

Type

Return

StrCaseCmpW

INT

Input

pwd1

POINTER TO WORD

pwd2

POINTER TO WORD