(IN) Points to the rule table handle for unicode-to-monocase conversion.
dest
(OUT) Points to the buffer for resulting monocase Unicode string.
maxLen
(IN) Specifies the maximum number of Unicode characters in dest.
src
(IN) Points to the buffer with source Unicode.
len
(OUT) Points to the number of characters copied to dest.
Return values
0x0000
Successful
0xFE10
UNI_HANDLE_BAD
0xFE0E
UNI_RULES_CORRUPT
0xFE0F
UNI_HANDLE_MISMATCH
Notices
NWUnicodeToMonocase converts a Unicode string having a mixture
of upper/lower case characters to a Unicode string consistently having
only one case, according to the monocase rule table.