CStrCmp

Performs a case sensitive compare.

Thread Context:Non-Blocking

Syntax

    LONG CStrCmp (
       void  *string0,
       void  *string1
    );
    
    

Parameters

string0
(IN) Points to the first NULL-terminated string to compare.
string1
(IN) Points to the second NULL-terminated string to compare.

Return Values

Returns zero if the strings are identical.