Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrcmpUC
 
awStrcmpUC
int awStrcmpUC(
charUC *st1,
charUC *st2);
st1
The string to be compared to st2.
st2
The string to be compared to st1.
Compares the Unicode strings st1 and st2 and returns one of the following values:
*-1 is returned if st1 is less than st2.
*0 is returned if st1 is equal to st2.
*1 is returned if st1 is greater than st2.