StrCmpA (FUN)ΒΆ
FUNCTION StrCmpA : 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
StrCmpAINTInput
pby1POINTER TO BYTE
pby2POINTER TO BYTE