locale_token (const LocaleToken)

      A token identifying a locale.

    LocaleStringType (int)

      LocaleStringType 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 be returned.
      UNI_UCS_STRING_POINTER
        Requests that a UCS string pointer be returned.

      locale_string

        An address of a pointer variable locale_string that will contain the locale specification string corresponding to locale_token.

      result (int) - returns

        ULS_INVALID

          The locale token supplied could not be matched to a locale string.
        ULS_NOMEMORY
          Insufficient memory to store the locale string.
        ULS_SUCCESS
          A valid locale specification for the supplied locale object is returned.
        For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


      [Back: UniLocaleTokenToStr Return Value - result]
      [Next: UniLocaleTokenToStr - Remarks]