Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrncmpUC
 
awStrncmpUC
int awStrncmpUC(
charUC *st1,
charUC *st2,
size_t n);
st1
The string to be compared to st2.
st2
The string to be compared to st1.
n
The number of characters to be compared.
Compares the first n characters of 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.