Compares code element strings.
#include <unidef.h> const UniChar *ucs1; const UniChar *ucs2; int result; result = UniStrcmp(ucs1, ucs2);