ReactOS 0.4.16-dev-853-g88d9285
|
#include <corecrt_internal.h>
Public Attributes | |
long | refcount |
int | mbcodepage |
int | ismbcodepage |
unsigned short | mbulinfo [6] |
unsigned char | mbctype [257] |
unsigned char | mbcasemap [256] |
wchar_t const * | mblocalename |
Definition at line 483 of file corecrt_internal.h.
int __crt_multibyte_data::ismbcodepage |
Definition at line 487 of file corecrt_internal.h.
Referenced by _setmbcp_nolock(), and setSBCS().
Definition at line 490 of file corecrt_internal.h.
Referenced by setSBCS(), and setSBUpLow().
int __crt_multibyte_data::mbcodepage |
Definition at line 486 of file corecrt_internal.h.
Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().
Definition at line 489 of file corecrt_internal.h.
Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().
Definition at line 491 of file corecrt_internal.h.
Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().
Definition at line 488 of file corecrt_internal.h.
Referenced by _setmbcp_nolock(), and setSBCS().
long __crt_multibyte_data::refcount |
Definition at line 485 of file corecrt_internal.h.
Referenced by destroy_ptd(), uninitialize_allocated_memory(), and update_thread_multibyte_data_internal().