ReactOS 0.4.16-dev-136-g52192f1
|
#include <stdarg.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <winuser.h>
#include <cpl.h>
#include <setupapi.h>
#include <ndk/exfuncs.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _APPLET |
struct | _GLOBALDATA |
struct | GROUPINGDATA |
Macros | |
#define | WIN32_NO_STATUS |
#define | DECIMAL_RADIX 10 |
#define | MAX_FMT_SIZE 30 |
#define | MAX_STR_SIZE 128 |
#define | MAX_SAMPLES_STR_SIZE 70 |
#define | MAX_NUMDECIMALSEP 4 |
#define | MAX_NUMTHOUSANDSEP 4 |
#define | MAX_NUMNEGATIVESIGN 5 |
#define | MAX_NUMPOSITIVESIGN 5 |
#define | MAX_NUMLISTSEP 4 |
#define | MAX_NUMNATIVEDIGITS 11 |
#define | MAX_CURRSYMBOL 13 |
#define | MAX_CURRDECIMALSEP 4 |
#define | MAX_CURRTHOUSANDSEP 4 |
#define | MAX_CURRGROUPING 10 |
#define | MAX_TIMEFORMAT 80 |
#define | MAX_TIMESEPARATOR 4 |
#define | MAX_TIMEAMSYMBOL 15 |
#define | MAX_TIMEPMSYMBOL 15 |
#define | MAX_SHORTDATEFORMAT 80 |
#define | MAX_LONGDATEFORMAT 80 |
#define | MAX_DATESEPARATOR 4 |
#define | MAX_YEAR_EDIT 4 |
#define | MAX_MISCCOUNTRY 80 |
#define | MAX_MISCLANGUAGE 80 |
#define | MAX_GROUPINGFORMATS 3 |
Typedefs | |
typedef struct _APPLET | APPLET |
typedef struct _APPLET * | PAPPLET |
typedef struct _GLOBALDATA | GLOBALDATA |
typedef struct _GLOBALDATA * | PGLOBALDATA |
Variables | |
HINSTANCE | hApplet |
DWORD | IsUnattendedSetupEnabled |
DWORD | UnattendLCID |
GROUPINGDATA | GroupingFormats [MAX_GROUPINGFORMATS] |
typedef struct _GLOBALDATA GLOBALDATA |
typedef struct _GLOBALDATA * PGLOBALDATA |
Definition at line 189 of file kblayouts.c.
Referenced by GeneralPageProc().
Definition at line 422 of file advanced.c.
Definition at line 351 of file currency.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 544 of file date.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 327 of file propsheet_general.c.
Definition at line 223 of file misc.c.
Referenced by GetCurrencySetting(), and GetNumberSetting().
Definition at line 176 of file misc.c.
Referenced by GetCurrencySetting(), GetNumberSetting(), and GetTimeSetting().
Definition at line 30 of file inplocale.c.
Definition at line 39 of file misc.c.
Referenced by InitFieldDigNumCB().
Definition at line 32 of file sort.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 48 of file languages.c.
Referenced by Applet().
Definition at line 581 of file numbers.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 51 of file intl.c.
Referenced by LanguagesPageProc(), LoadCurrentLocale(), SaveCurrentLocale(), SaveFontSubstitutionSettings(), SaveGeoID(), SaveSystemSettings(), SetLongDateFormat(), SetShortDateFormat(), and SetShortDateSep().
Definition at line 118 of file misc.c.
Referenced by InitLeadingZeroesCB(), InitNegNumFmtCB(), and SetShortDateFormat().
Definition at line 147 of file sort.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 220 of file time.c.
Referenced by CustomizeLocalePropertySheet().
|
extern |
Definition at line 44 of file generalp.c.
Referenced by InitDigitGroupCB(), SaveUserLocale(), UpdateExamples(), UpdateLocaleSample(), and UpdateNumSamples().
|
extern |
Definition at line 40 of file intl.c.
Referenced by GeneralPageProc(), and ParseSetupInf().
|
extern |
Definition at line 41 of file intl.c.
Referenced by GeneralPageProc(), ParseSetupInf(), and VerifyUnattendLCID().