locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject.

    liItem (LocaleItem)

      The item to be queried.

    info_item_addr_ptr (UniChar **)

      Address of a pointer where the locale information will be received.

    result (int) - returns

      ULS_BADOBJ

        The locale object specified by locale_object is not a valid locale object.
      ULS_NOMEMORY
        There is insufficient memory to create the string. info_item_addr_ptr points to undefined data.
      ULS_SUCCESS
        info_item_addr_ptr is successfully filled with item associated with the locale object locale_object.
      ULS_UNSUPPORTED
        The item value specified by the liItem argument is not supported.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


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