ucs1
(
const UniChar *
)
String to be compared.
ucs2
(
const UniChar *
)
String to be compared.
result
(int) - returns
An integer as follows:
Greater than 0
Code element string pointed to by
ucs1
is greater than 0.
0
Code element string pointed to by
ucs1
is equal to 0.
Less than 0
Code element string pointed to by
ucs1
is less than 0.
[Back: UniStrcmp Return Value - result]
[Next: UniStrcmp - Remarks]