StrCaseCmpEndA (FUN)

FUNCTION StrCaseCmpEndA : INT

Does a case insensitive 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

StrCaseCmpEndA

INT

Input

pString

CharBufferPtr

Pointer to the string to check.

pSuffix

CharBufferPtr

Pointer to the suffix to find.