StrCmpEndA (FUN)ΒΆ
FUNCTION StrCmpEndA : INT
Does a case sensitive comparison of the end of the string and the suffix
Return values:
0 -> end of the string and suffix are equal
-1 -> end of the string and suffix are NOT equal
-2 -> Error: An invalid string (ie. Null-Pointer is given)
- InOut:
Scope
Name
Type
Comment
Return
StrCmpEndAINTInput
pStringPointer to the string to check.
pSuffixPointer to the suffix to find.