ReactOS 0.4.16-dev-853-g88d9285
__crt_multibyte_data Struct Reference

#include <corecrt_internal.h>

Collaboration diagram for __crt_multibyte_data:

Public Attributes

long refcount
 
int mbcodepage
 
int ismbcodepage
 
unsigned short mbulinfo [6]
 
unsigned char mbctype [257]
 
unsigned char mbcasemap [256]
 
wchar_t constmblocalename
 

Detailed Description

Definition at line 483 of file corecrt_internal.h.

Member Data Documentation

◆ ismbcodepage

int __crt_multibyte_data::ismbcodepage

Definition at line 487 of file corecrt_internal.h.

Referenced by _setmbcp_nolock(), and setSBCS().

◆ mbcasemap

unsigned char __crt_multibyte_data::mbcasemap[256]

Definition at line 490 of file corecrt_internal.h.

Referenced by setSBCS(), and setSBUpLow().

◆ mbcodepage

int __crt_multibyte_data::mbcodepage

Definition at line 486 of file corecrt_internal.h.

Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().

◆ mbctype

unsigned char __crt_multibyte_data::mbctype[257]

Definition at line 489 of file corecrt_internal.h.

Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().

◆ mblocalename

wchar_t const* __crt_multibyte_data::mblocalename

Definition at line 491 of file corecrt_internal.h.

Referenced by _setmbcp_nolock(), setSBCS(), and setSBUpLow().

◆ mbulinfo

unsigned short __crt_multibyte_data::mbulinfo[6]

Definition at line 488 of file corecrt_internal.h.

Referenced by _setmbcp_nolock(), and setSBCS().

◆ refcount

long __crt_multibyte_data::refcount

The documentation for this struct was generated from the following file: