ReactOS 0.4.15-dev-7924-g5949c20
_USETUP_DATA Struct Reference

#include <setuplib.h>

Collaboration diagram for _USETUP_DATA:

Public Attributes

ERROR_NUMBER LastErrorNumber
 
PSETUP_ERROR_ROUTINE ErrorRoutine
 
HINF SetupInf
 
PVOID SetupFileQueue
 
UNICODE_STRING SourceRootPath
 
UNICODE_STRING SourceRootDir
 
UNICODE_STRING SourcePath
 
UNICODE_STRING SystemRootPath
 
UNICODE_STRING DestinationArcPath
 
UNICODE_STRING DestinationPath
 
UNICODE_STRING DestinationRootPath
 
UNICODE_STRING InstallPath
 
LONG DestinationDiskNumber
 
LONG DestinationPartitionNumber
 
LONG MBRInstallType
 
LONG FormatPartition
 
LONG AutoPartition
 
LONG FsType
 
PGENERIC_LIST ComputerList
 
PGENERIC_LIST DisplayList
 
PGENERIC_LIST KeyboardList
 
PGENERIC_LIST LayoutList
 
PGENERIC_LIST LanguageList
 
PCWSTR ComputerType
 
PCWSTR DisplayType
 
PCWSTR LayoutId
 
WCHAR LocaleID [9]
 
LANGID LanguageId
 
ULONG RequiredPartitionDiskSpace
 
WCHAR InstallationDirectory [MAX_PATH]
 

Detailed Description

Definition at line 69 of file setuplib.h.

Member Data Documentation

◆ AutoPartition

LONG _USETUP_DATA::AutoPartition

Definition at line 115 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ ComputerList

PGENERIC_LIST _USETUP_DATA::ComputerList

◆ ComputerType

PCWSTR _USETUP_DATA::ComputerType

Definition at line 126 of file setuplib.h.

◆ DestinationArcPath

UNICODE_STRING _USETUP_DATA::DestinationArcPath

Definition at line 103 of file setuplib.h.

Referenced by BootLoaderHardDiskPage(), and BootLoaderRemovableDiskPage().

◆ DestinationDiskNumber

LONG _USETUP_DATA::DestinationDiskNumber

Definition at line 110 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ DestinationPartitionNumber

LONG _USETUP_DATA::DestinationPartitionNumber

Definition at line 111 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ DestinationPath

UNICODE_STRING _USETUP_DATA::DestinationPath

Equivalent of 'NTOS_INSTALLATION::SystemArcPath'

Definition at line 104 of file setuplib.h.

Referenced by InstallDirectoryPage().

◆ DestinationRootPath

UNICODE_STRING _USETUP_DATA::DestinationRootPath

Equivalent of 'NTOS_INSTALLATION::SystemNtPath'

Definition at line 105 of file setuplib.h.

Referenced by SummaryDlgProc().

◆ DisplayList

PGENERIC_LIST _USETUP_DATA::DisplayList

◆ DisplayType

PCWSTR _USETUP_DATA::DisplayType

Definition at line 127 of file setuplib.h.

◆ ErrorRoutine

PSETUP_ERROR_ROUTINE _USETUP_DATA::ErrorRoutine

Definition at line 73 of file setuplib.h.

Referenced by RunUSetup().

◆ FormatPartition

LONG _USETUP_DATA::FormatPartition

Definition at line 114 of file setuplib.h.

Referenced by SelectFileSystemPage().

◆ FsType

LONG _USETUP_DATA::FsType

Definition at line 116 of file setuplib.h.

Referenced by SelectFileSystemPage().

◆ InstallationDirectory

WCHAR _USETUP_DATA::InstallationDirectory[MAX_PATH]

Definition at line 137 of file setuplib.h.

Referenced by InstallDirectoryPage(), and MoreOptDlgProc().

◆ InstallPath

UNICODE_STRING _USETUP_DATA::InstallPath

Definition at line 108 of file setuplib.h.

Referenced by SummaryDlgProc().

◆ KeyboardList

PGENERIC_LIST _USETUP_DATA::KeyboardList

◆ LanguageId

LANGID _USETUP_DATA::LanguageId

Definition at line 134 of file setuplib.h.

Referenced by LanguagePage(), and SetupStartPage().

◆ LanguageList

PGENERIC_LIST _USETUP_DATA::LanguageList

Definition at line 123 of file setuplib.h.

Referenced by LanguagePage(), and SetupStartPage().

◆ LastErrorNumber

ERROR_NUMBER _USETUP_DATA::LastErrorNumber

Definition at line 72 of file setuplib.h.

◆ LayoutId

PCWSTR _USETUP_DATA::LayoutId

Definition at line 130 of file setuplib.h.

◆ LayoutList

PGENERIC_LIST _USETUP_DATA::LayoutList

Definition at line 122 of file setuplib.h.

Referenced by DeviceSettingsPage(), LayoutSettingsPage(), SetupStartPage(), and UpdateKBLayout().

◆ LocaleID

WCHAR _USETUP_DATA::LocaleID[9]

Definition at line 133 of file setuplib.h.

Referenced by SetupStartPage().

◆ MBRInstallType

LONG _USETUP_DATA::MBRInstallType

Definition at line 113 of file setuplib.h.

Referenced by BootLoaderHardDiskPage(), BootLoaderInstallPage(), and BootLoaderSelectPage().

◆ RequiredPartitionDiskSpace

ULONG _USETUP_DATA::RequiredPartitionDiskSpace

Definition at line 136 of file setuplib.h.

Referenced by IsPartitionLargeEnough(), and SelectPartitionPage().

◆ SetupFileQueue

PVOID _USETUP_DATA::SetupFileQueue

Definition at line 79 of file setuplib.h.

◆ SetupInf

HINF _USETUP_DATA::SetupInf

◆ SourcePath

UNICODE_STRING _USETUP_DATA::SourcePath

Definition at line 84 of file setuplib.h.

Referenced by InstallDirectoryPage(), and SelectPartitionPage().

◆ SourceRootDir

UNICODE_STRING _USETUP_DATA::SourceRootDir

Definition at line 83 of file setuplib.h.

◆ SourceRootPath

UNICODE_STRING _USETUP_DATA::SourceRootPath

Definition at line 82 of file setuplib.h.

Referenced by BootLoaderHardDiskPage(), and BootLoaderRemovableDiskPage().

◆ SystemRootPath

UNICODE_STRING _USETUP_DATA::SystemRootPath

Definition at line 100 of file setuplib.h.

Referenced by BootLoaderHardDiskPage(), and BootLoaderInstallPage().


The documentation for this struct was generated from the following file: