Retrieves the locale name.

#include <unidef.h>

const LocaleObject    locale_object;
int                   category;
int                   LocaleSpecType;
VOID                **locale_name;
int                   result;

result = UniQueryLocaleObject(locale_object,
           category, LocaleSpecType, locale_name);


[Back: UniQueryLocaleObject]
[Next: UniQueryLocaleObject Parameter - locale_object]