ReactOS 0.4.16-dev-889-g9563c07
|
#include <corecrt_internal.h>
Public Attributes | |
wchar_t | szLanguage [MAX_LANG_LEN] |
wchar_t | szCountry [MAX_CTRY_LEN] |
wchar_t | szCodePage [MAX_CP_LEN] |
wchar_t | szLocaleName [LOCALE_NAME_MAX_LENGTH] |
Definition at line 420 of file corecrt_internal.h.
wchar_t __crt_locale_strings::szCodePage[MAX_CP_LEN] |
Definition at line 424 of file corecrt_internal.h.
Referenced by __acrt_get_qualified_locale(), and __acrt_get_qualified_locale_downlevel().
wchar_t __crt_locale_strings::szCountry[MAX_CTRY_LEN] |
Definition at line 423 of file corecrt_internal.h.
Referenced by __acrt_get_qualified_locale(), and __acrt_get_qualified_locale_downlevel().
wchar_t __crt_locale_strings::szLanguage[MAX_LANG_LEN] |
Definition at line 422 of file corecrt_internal.h.
Referenced by __acrt_get_qualified_locale(), and __acrt_get_qualified_locale_downlevel().
wchar_t __crt_locale_strings::szLocaleName[LOCALE_NAME_MAX_LENGTH] |
Definition at line 425 of file corecrt_internal.h.
Referenced by __acrt_get_qualified_locale(), and __acrt_get_qualified_locale_downlevel().