ReactOS 0.4.15-dev-7842-g558ab78
_NLS_FORMAT_NODE Struct Reference
Collaboration diagram for _NLS_FORMAT_NODE:

Public Attributes

LCID lcid
 
DWORD dwFlags
 
DWORD dwCodePage
 
NUMBERFMTW fmt
 
CURRENCYFMTW cyfmt
 
LPWSTR lppszStrings [NLS_NUM_CACHED_STRINGS]
 
WCHAR szShortAM [2]
 
WCHAR szShortPM [2]
 
struct _NLS_FORMAT_NODEnext
 

Detailed Description

Definition at line 94 of file lcformat.c.

Member Data Documentation

◆ cyfmt

CURRENCYFMTW _NLS_FORMAT_NODE::cyfmt

Definition at line 100 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ dwCodePage

DWORD _NLS_FORMAT_NODE::dwCodePage

Definition at line 98 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ dwFlags

DWORD _NLS_FORMAT_NODE::dwFlags

Definition at line 97 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ fmt

NUMBERFMTW _NLS_FORMAT_NODE::fmt

Definition at line 99 of file lcformat.c.

Referenced by GetCurrencyFormatA(), GetNumberFormatA(), and NLS_GetFormats().

◆ lcid

◆ lppszStrings

LPWSTR _NLS_FORMAT_NODE::lppszStrings[NLS_NUM_CACHED_STRINGS]

Definition at line 101 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ next

struct _NLS_FORMAT_NODE* _NLS_FORMAT_NODE::next

Definition at line 104 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ szShortAM

WCHAR _NLS_FORMAT_NODE::szShortAM[2]

Definition at line 102 of file lcformat.c.

Referenced by NLS_GetFormats().

◆ szShortPM

WCHAR _NLS_FORMAT_NODE::szShortPM[2]

Definition at line 103 of file lcformat.c.

Referenced by NLS_GetFormats().


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