ReactOS 0.4.15-dev-7127-g2dd0c6c
|
#include <usetup.h>
#include <math.h>
#include <ntstrsafe.h>
#include "bootsup.h"
#include "chkdsk.h"
#include "cmdcons.h"
#include "devinst.h"
#include "format.h"
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _COPYCONTEXT |
Macros | |
#define | NDEBUG |
#define | PARTITION_SIZE_INPUT_FIELD_LENGTH 9 |
#define | PARTITION_MAXSIZE (pow(10, (PARTITION_SIZE_INPUT_FIELD_LENGTH - 1)) - 1) |
Typedefs | |
typedef struct _COPYCONTEXT | COPYCONTEXT |
typedef struct _COPYCONTEXT * | PCOPYCONTEXT |
Enumerations | |
enum | { PartTypeData , PartTypeExtended } |
Variables | |
HANDLE | ProcessHeap |
BOOLEAN | IsUnattendedSetup = FALSE |
static USETUP_DATA | USetupData |
static PPARTENTRY | InstallPartition = NULL |
static PPARTENTRY | SystemPartition = NULL |
PCWSTR | SelectedLanguageId |
static WCHAR | DefaultLanguage [20] |
static WCHAR | DefaultKBLayout [20] |
static BOOLEAN | RepairUpdateFlag = FALSE |
static PPARTLIST | PartitionList = NULL |
static PPARTENTRY | CurrentPartition = NULL |
static enum { ... } | PartCreateType = PartTypeData |
static PFILE_SYSTEM_LIST | FileSystemList = NULL |
static PPARTENTRY | TempPartition = NULL |
static FORMATMACHINESTATE | FormatState = Start |
static PNTOS_INSTALLATION | CurrentInstallation = NULL |
static PGENERIC_LIST | NtOsInstallsList = NULL |
#define PARTITION_MAXSIZE (pow(10, (PARTITION_SIZE_INPUT_FIELD_LENGTH - 1)) - 1) |
typedef struct _COPYCONTEXT COPYCONTEXT |
typedef struct _COPYCONTEXT * PCOPYCONTEXT |
anonymous enum |
|
static |
Definition at line 3798 of file usetup.c.
Referenced by BootLoaderInstallPage().
|
static |
Definition at line 3864 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3752 of file usetup.c.
Referenced by BootLoaderInstallPage().
|
static |
Definition at line 3598 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2880 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1411 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2159 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 433 of file usetup.c.
Referenced by BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), CheckFileSystemPage(), ConfirmDeleteSystemPartitionPage(), CreatePartitionPage(), DeletePartitionPage(), DeviceSettingsPage(), FormatPartitionPage(), HandleGenericList(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), SelectFileSystemPage(), SelectPartitionPage(), UpgradeRepairPage(), and WelcomePage().
|
static |
Definition at line 2036 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2200 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1214 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1437 of file usetup.c.
Referenced by RunUSetup().
Definition at line 170 of file usetup.c.
Referenced by PopupError(), and ShowPartitionSizeInputBox().
|
static |
Definition at line 3318 of file usetup.c.
Referenced by FileCopyPage().
|
static |
Definition at line 3444 of file usetup.c.
Referenced by RunUSetup().
|
static |
|
static |
HACK!!
Definition at line 2723 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 506 of file usetup.c.
Referenced by UpgradeRepairPage().
|
static |
Definition at line 495 of file usetup.c.
Referenced by ComputerSettingsPage(), DeviceSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), and LayoutSettingsPage().
|
static |
Definition at line 1346 of file usetup.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), and LayoutSettingsPage().
|
static |
Definition at line 3027 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1078 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1505 of file usetup.c.
Referenced by SelectPartitionPage().
Definition at line 2971 of file usetup.c.
Referenced by InstallDirectoryPage().
|
static |
Definition at line 1463 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 547 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1489 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 849 of file usetup.c.
Referenced by RunUSetup().
Definition at line 4405 of file usetup.c.
VOID PopupError | ( | PCCH | Text, |
PCCH | Status, | ||
PINPUT_RECORD | Ir, | ||
ULONG | WaitEvent | ||
) |
Definition at line 260 of file usetup.c.
Referenced by CheckFileSystemPage(), FormatPartitionPage(), LanguagePage(), MUIClearPage(), MUIDisplayErrorV(), MUIDisplayPage(), MUIGetString(), SelectFileSystemPage(), and SelectPartitionPage().
|
static |
Definition at line 3264 of file usetup.c.
Referenced by RunUSetup().
Definition at line 151 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3974 of file usetup.c.
Referenced by QuitPage(), and SuccessPage().
|
static |
Definition at line 3927 of file usetup.c.
Referenced by ProgressCountdown().
|
static |
Definition at line 4111 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3561 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3518 of file usetup.c.
Referenced by RegistryPage().
|
static |
Definition at line 880 of file usetup.c.
Referenced by RunUSetup().
Definition at line 2254 of file usetup.c.
Referenced by FormatPartitionPage(), InstallDirectoryPage(), QuitPage(), and SelectFileSystemPage().
Definition at line 4191 of file usetup.c.
Referenced by NtProcessStartup().
|
static |
Definition at line 2282 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1543 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 712 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3290 of file usetup.c.
Referenced by FileCopyCallback().
|
static |
Definition at line 1842 of file usetup.c.