ReactOS 0.4.15-dev-7918-g2a2556c
locale_name Struct Reference
Collaboration diagram for locale_name:

Public Attributes

WCHAR win_name [128]
 
WCHAR lang [128]
 
WCHARcountry
 
WCHARcharset
 
WCHARscript
 
WCHARmodifier
 
LCID lcid
 
int matches
 
UINT codepage
 

Detailed Description

Definition at line 135 of file lang.c.

Member Data Documentation

◆ charset

WCHAR* locale_name::charset

Definition at line 140 of file lang.c.

◆ codepage

UINT locale_name::codepage

Definition at line 145 of file lang.c.

◆ country

WCHAR* locale_name::country

Definition at line 139 of file lang.c.

◆ lang

WCHAR locale_name::lang[128]

Definition at line 138 of file lang.c.

◆ lcid

LCID locale_name::lcid

◆ matches

int locale_name::matches

Definition at line 144 of file lang.c.

◆ modifier

WCHAR* locale_name::modifier

Definition at line 142 of file lang.c.

◆ script

WCHAR* locale_name::script

Definition at line 141 of file lang.c.

◆ win_name

WCHAR locale_name::win_name[128]

Definition at line 137 of file lang.c.


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