Public Parts
Ansi
CharBufferPtr
CharBufferString
ILocalizedDateTimeNames
Printf
StuSprintf
StuSprintfW
UTF8
Unicode
StrCaseCmpW
StrCaseFindW
StrCmpW
StrConcatW
StrCpyW
StrDeleteW
StrFindW
StrIsNullOrEmptyW
StrLenW
StrMidW
StrPadLeftW
StrPadRightW
StrReplaceW
StrTrimEndW
StrTrimStartW
StrTrimW
WCharToUpper
FUNCTION StrCmpW : INT
Does a case sensitive comparison of two strings
Scope
Name
Type
Comment
Return
INT
0 -> the strings are equal
-1 -> |pwd1| is less than |pwd2|
1 -> |pwd1| is larger than |pwd2|
Input
pwd1
POINTER TO WORD
Pointer to first string to compare
pwd2
Pointer to second string to compare