ReactOS 0.4.15-dev-7834-g00c4b3d
_GLOBALDATA Struct Reference

#include <intl.h>

Public Attributes

WCHAR szNumPositiveSign [MAX_NUMPOSITIVESIGN]
 
WCHAR szNumNativeDigits [MAX_NUMNATIVEDIGITS]
 
WCHAR szNumDecimalSep [MAX_NUMDECIMALSEP]
 
WCHAR szNumThousandSep [MAX_NUMTHOUSANDSEP]
 
WCHAR szNumNegativeSign [MAX_NUMNEGATIVESIGN]
 
WCHAR szNumListSep [MAX_NUMLISTSEP]
 
INT nNumNegFormat
 
INT nNumDigits
 
INT nNumLeadingZero
 
INT nNumGrouping
 
INT nNumMeasure
 
INT nNumShape
 
WCHAR szCurrSymbol [MAX_CURRSYMBOL]
 
WCHAR szCurrDecimalSep [MAX_CURRDECIMALSEP]
 
WCHAR szCurrThousandSep [MAX_CURRTHOUSANDSEP]
 
INT nCurrPosFormat
 
INT nCurrNegFormat
 
INT nCurrDigits
 
INT nCurrGrouping
 
WCHAR szTimeFormat [MAX_TIMEFORMAT]
 
WCHAR szTimeSep [MAX_TIMESEPARATOR]
 
WCHAR szTimeAM [MAX_TIMEAMSYMBOL]
 
WCHAR szTimePM [MAX_TIMEPMSYMBOL]
 
INT nTime
 
INT nTimePrefix
 
INT nTimeLeadingZero
 
WCHAR szLongDateFormat [MAX_LONGDATEFORMAT]
 
WCHAR szShortDateFormat [MAX_SHORTDATEFORMAT]
 
WCHAR szDateSep [MAX_DATESEPARATOR]
 
INT nFirstDayOfWeek
 
INT nFirstWeekOfYear
 
INT nDate
 
INT nCalendarType
 
BOOL bEnableYearNotification
 
WCHAR szMiscCountry [MAX_MISCCOUNTRY]
 
WCHAR szMiscLanguage [MAX_MISCLANGUAGE]
 
INT nMiscCountry
 
LCID UserLCID
 
LCID SystemLCID
 
BOOL bUserLocaleChanged
 
BOOL bApplyToDefaultUser
 
GEOID geoid
 
BOOL bGeoIdChanged
 
BOOL bIsUserAdmin
 

Detailed Description

Definition at line 62 of file intl.h.

Member Data Documentation

◆ bApplyToDefaultUser

BOOL _GLOBALDATA::bApplyToDefaultUser

Definition at line 116 of file intl.h.

Referenced by SaveCurrentLocale(), and SaveGeoID().

◆ bEnableYearNotification

BOOL _GLOBALDATA::bEnableYearNotification

Definition at line 106 of file intl.h.

◆ bGeoIdChanged

BOOL _GLOBALDATA::bGeoIdChanged

Definition at line 119 of file intl.h.

◆ bIsUserAdmin

BOOL _GLOBALDATA::bIsUserAdmin

Definition at line 122 of file intl.h.

Referenced by Applet().

◆ bUserLocaleChanged

BOOL _GLOBALDATA::bUserLocaleChanged

Definition at line 115 of file intl.h.

◆ geoid

GEOID _GLOBALDATA::geoid

Definition at line 118 of file intl.h.

Referenced by SaveGeoID().

◆ nCalendarType

INT _GLOBALDATA::nCalendarType

Definition at line 105 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nCurrDigits

◆ nCurrGrouping

INT _GLOBALDATA::nCurrGrouping

◆ nCurrNegFormat

◆ nCurrPosFormat

◆ nDate

INT _GLOBALDATA::nDate

Definition at line 104 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nFirstDayOfWeek

INT _GLOBALDATA::nFirstDayOfWeek

Definition at line 102 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nFirstWeekOfYear

INT _GLOBALDATA::nFirstWeekOfYear

Definition at line 103 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nMiscCountry

INT _GLOBALDATA::nMiscCountry

Definition at line 111 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nNumDigits

◆ nNumGrouping

INT _GLOBALDATA::nNumGrouping

◆ nNumLeadingZero

◆ nNumMeasure

INT _GLOBALDATA::nNumMeasure

◆ nNumNegFormat

INT _GLOBALDATA::nNumNegFormat

◆ nNumShape

INT _GLOBALDATA::nNumShape

Definition at line 78 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nTime

INT _GLOBALDATA::nTime

Definition at line 94 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nTimeLeadingZero

INT _GLOBALDATA::nTimeLeadingZero

Definition at line 96 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ nTimePrefix

INT _GLOBALDATA::nTimePrefix

Definition at line 95 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ SystemLCID

LCID _GLOBALDATA::SystemLCID

◆ szCurrDecimalSep

◆ szCurrSymbol

◆ szCurrThousandSep

◆ szDateSep

WCHAR _GLOBALDATA::szDateSep[MAX_DATESEPARATOR]

◆ szLongDateFormat

◆ szMiscCountry

WCHAR _GLOBALDATA::szMiscCountry[MAX_MISCCOUNTRY]

Definition at line 109 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ szMiscLanguage

WCHAR _GLOBALDATA::szMiscLanguage[MAX_MISCLANGUAGE]

Definition at line 110 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ szNumDecimalSep

◆ szNumListSep

WCHAR _GLOBALDATA::szNumListSep[MAX_NUMLISTSEP]

◆ szNumNativeDigits

WCHAR _GLOBALDATA::szNumNativeDigits[MAX_NUMNATIVEDIGITS]

Definition at line 66 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ szNumNegativeSign

WCHAR _GLOBALDATA::szNumNegativeSign[MAX_NUMNEGATIVESIGN]

◆ szNumPositiveSign

WCHAR _GLOBALDATA::szNumPositiveSign[MAX_NUMPOSITIVESIGN]

Definition at line 65 of file intl.h.

Referenced by LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ szNumThousandSep

◆ szShortDateFormat

◆ szTimeAM

WCHAR _GLOBALDATA::szTimeAM[MAX_TIMEAMSYMBOL]

◆ szTimeFormat

◆ szTimePM

WCHAR _GLOBALDATA::szTimePM[MAX_TIMEPMSYMBOL]

Definition at line 93 of file intl.h.

Referenced by GetTimeSetting(), InitPmSymbol(), LoadCurrentLocale(), SaveUserLocale(), and SetNewLocale().

◆ szTimeSep

WCHAR _GLOBALDATA::szTimeSep[MAX_TIMESEPARATOR]

◆ UserLCID


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