LocaleStringType (int)
Informs UniLocaleStrToToken
of the type of string being passed in the locale_string variable.
The LocaleStringType argument can take any of the following values,
which are constants defined in the header unidef.h:
UNI_MBS_STRING_POINTER
Requests that a multibyte
string pointer is held in locale_string.
UNI_UCS_STRING_POINTER
Requests that a UCS string pointer is held in locale_string.
[Back: UniLocaleStrToToken - Syntax]
[Next: UniLocaleStrToToken Parameter - locale_string]