ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <corecrt_internal.h>
Public Attributes | |
char * | locale |
wchar_t * | wlocale |
long * | refcount |
long * | wrefcount |
Definition at line 494 of file corecrt_internal.h.
char* __crt_locale_refcount::locale |
Definition at line 496 of file corecrt_internal.h.
Referenced by __acrt_add_locale_ref(), __acrt_free_locale(), __acrt_release_locale_ref(), _wsetlocale_get_all(), and setlocale().
long* __crt_locale_refcount::refcount |
Definition at line 498 of file corecrt_internal.h.
Referenced by __acrt_add_locale_ref(), __acrt_free_locale(), __acrt_release_locale_ref(), _wsetlocale_get_all(), _wsetlocale_set_cat(), and setlocale().
wchar_t* __crt_locale_refcount::wlocale |
Definition at line 497 of file corecrt_internal.h.
Referenced by __acrt_add_locale_ref(), __acrt_free_locale(), __acrt_release_locale_ref(), _wsetlocale_get_all(), _wsetlocale_nolock(), and _wsetlocale_set_cat().
long* __crt_locale_refcount::wrefcount |
Definition at line 499 of file corecrt_internal.h.
Referenced by __acrt_add_locale_ref(), __acrt_free_locale(), __acrt_release_locale_ref(), _wsetlocale_get_all(), and _wsetlocale_set_cat().