cciMbsToUcs
Use this function to convert multibyte string data to Universal Character Set (UCS).
Syntax
int cciMbsToUcs(
int* returnCode,
const char* mbString,
CciChar* ucsString,
int ucsStringLength,
int codePage);
Parameters
Return values
The returnCode parameter is set to the converted length in half-words (UCS-2 characters).