ReactOS 0.4.15-dev-5836-g942b022
|
#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 |
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 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 |
|
static |
Definition at line 4059 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 4116 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3882 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3160 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1407 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2433 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 429 of file usetup.c.
Referenced by BootLoaderFloppyPage(), BootLoaderPage(), CheckFileSystemPage(), ConfirmDeleteSystemPartitionPage(), CreateExtendedPartitionPage(), CreateLogicalPartitionPage(), CreatePrimaryPartitionPage(), DeletePartitionPage(), DeviceSettingsPage(), FormatPartitionPage(), HandleGenericList(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), SelectFileSystemPage(), SelectPartitionPage(), UpgradeRepairPage(), and WelcomePage().
|
static |
Definition at line 2198 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2315 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2080 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 2474 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1210 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1433 of file usetup.c.
Referenced by RunUSetup().
Definition at line 166 of file usetup.c.
Referenced by PopupError(), and ShowPartitionSizeInputBox().
|
static |
Definition at line 3591 of file usetup.c.
Referenced by FileCopyPage().
|
static |
Definition at line 3717 of file usetup.c.
Referenced by RunUSetup().
|
static |
|
static |
HACK!!
Definition at line 3010 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 502 of file usetup.c.
Referenced by UpgradeRepairPage().
|
static |
Definition at line 491 of file usetup.c.
Referenced by ComputerSettingsPage(), DeviceSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), and LayoutSettingsPage().
|
static |
Definition at line 1342 of file usetup.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), and LayoutSettingsPage().
|
static |
Definition at line 3300 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1074 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1501 of file usetup.c.
Referenced by SelectPartitionPage().
Definition at line 3244 of file usetup.c.
Referenced by InstallDirectoryPage().
|
static |
Definition at line 1459 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 543 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1485 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 845 of file usetup.c.
Referenced by RunUSetup().
Definition at line 4684 of file usetup.c.
VOID PopupError | ( | PCCH | Text, |
PCCH | Status, | ||
PINPUT_RECORD | Ir, | ||
ULONG | WaitEvent | ||
) |
Definition at line 256 of file usetup.c.
Referenced by CheckFileSystemPage(), FormatPartitionPage(), LanguagePage(), MUIClearPage(), MUIDisplayErrorV(), MUIDisplayPage(), MUIGetString(), SelectFileSystemPage(), and SelectPartitionPage().
|
static |
Definition at line 3537 of file usetup.c.
Referenced by RunUSetup().
Definition at line 147 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 4243 of file usetup.c.
Referenced by QuitPage(), and SuccessPage().
|
static |
Definition at line 4196 of file usetup.c.
Referenced by ProgressCountdown().
|
static |
Definition at line 4380 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3835 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3791 of file usetup.c.
Referenced by RegistryPage().
|
static |
Definition at line 876 of file usetup.c.
Referenced by RunUSetup().
Definition at line 2528 of file usetup.c.
Referenced by FormatPartitionPage(), InstallDirectoryPage(), QuitPage(), and SelectFileSystemPage().
Definition at line 4460 of file usetup.c.
Referenced by NtProcessStartup().
|
static |
Definition at line 2556 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 1541 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 708 of file usetup.c.
Referenced by RunUSetup().
|
static |
Definition at line 3563 of file usetup.c.
Referenced by FileCopyCallback().