DwtCSbytecmp(3Dwt) DwtCSbytecmp(3Dwt)
Name
DwtCSbytecmp - Determines if two compound-strings are identical.
Syntax
int DwtCSbytecmp(compound_string1, compound_string2)
DwtCompString compound_string1, compound_string2;
Arguments
compound_string1
Specifies a compound-string to be compared with compound_string2.
compound_string2
Specifies a compound-string to be compared with compound_string1.
Description
The DwtCSbytecmp function returns zero if compound_string1 and compound_string2 are exactly the same (byte to byte). It returns one if
they are not the same.
Return Values
Zero if compound_string1 and compound_string2 are exactly the same (byte to byte). It returns one if they are not the same.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtCSbytecmp(3Dwt)