StrCmpW (FUN)ΒΆ
FUNCTION StrCmpW : INT
Does a case sensitive comparison of two 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 - StrCmpW- INT- Input - pwd1- POINTER TO WORD - pwd2- POINTER TO WORD 
