StrCmpStartA (FUN)
FUNCTION StrCmpStartA : INT
Does a case sensitive comparison of the start of the string and the prefix
- InOut:
Scope
Name
Type
Comment
Return
StrCmpStartAINT0 -> start of the string and prefix are equal
-1 -> start of the string and prefix are NOT equal
-2 -> Error: An invalid string (ie. Null-Pointer is given)
Input
pStringPointer to the string to check.
pPrefixPointer to the prefix to find.