|
ReactOS 0.4.17-dev-117-g313be0c
|
#include "precomp.h"#include <stdlib.h>#include <time.h>#include <winnls.h>#include <windowsx.h>#include <wincon.h>#include <shlobj.h>#include <shlwapi.h>#include <tzlib.h>#include <strsafe.h>#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _REGISTRATIONDATA |
| struct | _TIMEZONE_ENTRY |
| struct | _PRODUCT_OPTION_DATA |
| struct | ThemeInfo |
Macros | |
| #define | NDEBUG |
| #define | MAX_LAYOUTS_PER_LANGID 0x10000 |
Typedefs | |
| typedef struct _REGISTRATIONDATA | REGISTRATIONDATA |
| typedef struct _REGISTRATIONDATA * | PREGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY | TIMEZONE_ENTRY |
| typedef struct _TIMEZONE_ENTRY * | PTIMEZONE_ENTRY |
| typedef struct _PRODUCT_OPTION_DATA | PRODUCT_OPTION_DATA |
| typedef DWORD(WINAPI * | PFNREQUESTWIZARDPAGES) (PDWORD, HPROPSHEETPAGE *, PSETUPDATA) |
Variables | |
| static const WCHAR | s_szProductOptions [] = L"SYSTEM\\CurrentControlSet\\Control\\ProductOptions" |
| static const WCHAR | s_szRosVersion [] = L"SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version" |
| static const WCHAR | s_szControlWindows [] = L"SYSTEM\\CurrentControlSet\\Control\\Windows" |
| static const WCHAR | s_szWinlogon [] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon" |
| static const WCHAR | s_szDefaultSoundEvents [] = L"AppEvents\\Schemes\\Apps\\.Default" |
| static const WCHAR | s_szExplorerSoundEvents [] = L"AppEvents\\Schemes\\Apps\\Explorer" |
| static const PRODUCT_OPTION_DATA | s_ProductOptionData [] |
| static const WCHAR * | s_DefaultSoundEvents [][2] |
| static const WCHAR * | s_ExplorerSoundEvents [][2] |
| static struct ThemeInfo | Themes [] |
| #define MAX_LAYOUTS_PER_LANGID 0x10000 |
| typedef DWORD(WINAPI * PFNREQUESTWIZARDPAGES) (PDWORD, HPROPSHEETPAGE *, PSETUPDATA) |
| typedef struct _REGISTRATIONDATA * PREGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY * PTIMEZONE_ENTRY |
| typedef struct _REGISTRATIONDATA REGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY TIMEZONE_ENTRY |
|
static |
Definition at line 286 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3166 of file wizard.c.
Referenced by ProcessSetupInf().
Definition at line 56 of file wizard.c.
|
static |
Definition at line 1055 of file wizard.c.
Referenced by InstallWizard().
Definition at line 1177 of file control.c.
Referenced by FinishDlgProc().
|
static |
Definition at line 101 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1669 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
|
static |
Definition at line 1902 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1675 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 534 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 451 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 1382 of file wizard.c.
Referenced by PreprocessUnattend(), and ThemePageDlgProc().
|
static |
Definition at line 2698 of file wizard.c.
Definition at line 1037 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 2808 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 1571 of file wizard.c.
Referenced by RetrieveTimeZone().
|
static |
Definition at line 1819 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1706 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1720 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 122 of file wizard.c.
Referenced by AckPageDlgProc().
|
static |
Definition at line 1697 of file wizard.c.
Referenced by DateTimePageDlgProc(), and UpdateAutoDaylightCheckbox().
Definition at line 3392 of file wizard.c.
Referenced by InstallReactOS().
Definition at line 2400 of file wizard.c.
Referenced by RunItemCompletionThread().
|
static |
Definition at line 1486 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 646 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 805 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3140 of file wizard.c.
Referenced by AddInstallationSource().
|
static |
Definition at line 2550 of file wizard.c.
Referenced by InstallWizard().
| VOID ProcessSetupInf | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 3257 of file wizard.c.
Referenced by InstallWizard().
| VOID ProcessUnattendSection | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 2865 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 669 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 2326 of file wizard.c.
Referenced by ItemCompletionThread().
|
static |
Definition at line 2255 of file wizard.c.
|
static |
Definition at line 2159 of file wizard.c.
Referenced by RegisterDlls().
Definition at line 1588 of file wizard.c.
Referenced by CreateTimeZoneList().
Definition at line 1320 of file wizard.c.
Referenced by EnableVisualTheme(), and LocalePageDlgProc().
Definition at line 2436 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2373 of file wizard.c.
Definition at line 2669 of file wizard.c.
Referenced by FinishDlgProc().
Definition at line 1238 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 1774 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1848 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 1221 of file wizard.c.
Referenced by LocalePageDlgProc().
Definition at line 2469 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2512 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 1744 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 2048 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1731 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
|
static |
Definition at line 191 of file wizard.c.
Definition at line 914 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 1871 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 985 of file wizard.c.
Referenced by ComputerPageDlgProc().
Definition at line 763 of file wizard.c.
Referenced by OwnerPageDlgProc().
Definition at line 1465 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 408 of file wizard.c.
Referenced by DoWriteProductOption(), and OnChooseOption().
Definition at line 394 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 396 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 397 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 392 of file wizard.c.
Referenced by DoWriteProductOption().
|
static |
Definition at line 393 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 395 of file wizard.c.
Referenced by DoWriteProductOption().
Referenced by ThemePageDlgProc().