ReactOS 0.4.16-dev-2332-g4cba65d
threadmbcinfostruct Struct Reference

#include <msvcrt.h>

Collaboration diagram for threadmbcinfostruct:

Public Attributes

LONG refcount
 
int mbcodepage
 
int ismbcodepage
 
int mblcid
 
unsigned short mbulinfo [6]
 
unsigned char mbctype [257]
 
unsigned char mbcasemap [256]
 

Detailed Description

Definition at line 132 of file msvcrt.h.

Member Data Documentation

◆ ismbcodepage

◆ mbcasemap

unsigned char threadmbcinfostruct::mbcasemap[256]

Definition at line 139 of file msvcrt.h.

Referenced by _mbctolower_l(), _mbctoupper_l(), and create_mbcinfo().

◆ mbcodepage

◆ mbctype

unsigned char threadmbcinfostruct::mbctype[257]

◆ mblcid

int threadmbcinfostruct::mblcid

Definition at line 136 of file msvcrt.h.

Referenced by _mbctolower_l(), _mbctoupper_l(), _mbsnbcoll_l(), _mbsnbicoll_l(), and create_mbcinfo().

◆ mbulinfo

unsigned short threadmbcinfostruct::mbulinfo[6]

Definition at line 137 of file msvcrt.h.

◆ refcount

LONG threadmbcinfostruct::refcount

Definition at line 133 of file msvcrt.h.

Referenced by _free_locale(), create_mbcinfo(), and free_mbcinfo().


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