ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Macros | |
#define | NUM_APPLETS (1) |
#define | BUFFERSIZE 512 |
Functions | |
static LONG APIENTRY | Applet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
VOID | PrintErrorMsgBox (UINT msg) |
INT | ResourceMessageBox (HWND hwnd, UINT uType, UINT uCaptionId, UINT uMessageId) |
static VOID | InitIntlPropSheetPage (PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc, LPARAM lParam) |
BOOL | OpenSetupInf (VOID) |
VOID | ParseSetupInf (VOID) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
LONG APIENTRY | CPlApplet (HWND hwndCpl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved) |
Variables | |
HINSTANCE | hApplet = 0 |
HINF | hSetupInf = INVALID_HANDLE_VALUE |
DWORD | IsUnattendedSetupEnabled = 0 |
DWORD | UnattendLCID = 0 |
APPLET | Applets [NUM_APPLETS] |
Definition at line 169 of file intl.c.
Definition at line 230 of file intl.c.
|
static |
Definition at line 91 of file intl.c.
Referenced by Applet().
Definition at line 123 of file intl.c.
Referenced by Applet().
Definition at line 51 of file intl.c.
Referenced by LanguagesPageProc(), LoadCurrentLocale(), SaveCurrentLocale(), SaveFontSubstitutionSettings(), SaveGeoID(), SaveSystemSettings(), SetLongDateFormat(), SetShortDateFormat(), and SetShortDateSep().
Definition at line 152 of file intl.c.
Referenced by Applet().
APPLET Applets[NUM_APPLETS] |
Definition at line 45 of file intl.c.
Referenced by CPlApplet().
HINSTANCE hApplet = 0 |
Definition at line 38 of file intl.c.
Referenced by Applet(), DllMain(), InitIntlPropSheetPage(), PrintErrorMsgBox(), PropSheetProc(), and ResourceMessageBox().
HINF hSetupInf = INVALID_HANDLE_VALUE |
Definition at line 39 of file intl.c.
Referenced by DeviceInstallThread(), OpenSetupInf(), and ParseSetupInf().
DWORD IsUnattendedSetupEnabled = 0 |
Definition at line 40 of file intl.c.
Referenced by GeneralPageProc(), and ParseSetupInf().
DWORD UnattendLCID = 0 |
Definition at line 41 of file intl.c.
Referenced by GeneralPageProc(), ParseSetupInf(), and VerifyUnattendLCID().