ReactOS 0.4.16-dev-819-g75c0dc0
_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 BootLoaderLocation
 
LONG FormatPartition
 
LONG AutoPartition
 
LONG FsType
 
PGENERIC_LIST ComputerList
 
PGENERIC_LIST DisplayList
 
PGENERIC_LIST KeyboardList
 
PGENERIC_LIST LayoutList
 
PGENERIC_LIST LanguageList
 
ARCHITECTURE_TYPE ArchType
 
PCWSTR ComputerType
 
PCWSTR DisplayType
 
PCWSTR LayoutId
 
WCHAR LocaleID [9]
 
LANGID LanguageId
 
ULONG RequiredPartitionDiskSpace
 
WCHAR InstallationDirectory [MAX_PATH]
 

Detailed Description

Definition at line 88 of file setuplib.h.

Member Data Documentation

◆ ArchType

ARCHITECTURE_TYPE _USETUP_DATA::ArchType

◆ AutoPartition

LONG _USETUP_DATA::AutoPartition

Definition at line 134 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ BootLoaderLocation

LONG _USETUP_DATA::BootLoaderLocation

◆ ComputerList

PGENERIC_LIST _USETUP_DATA::ComputerList

◆ ComputerType

PCWSTR _USETUP_DATA::ComputerType

Definition at line 146 of file setuplib.h.

◆ DestinationArcPath

UNICODE_STRING _USETUP_DATA::DestinationArcPath

◆ DestinationDiskNumber

LONG _USETUP_DATA::DestinationDiskNumber

Definition at line 129 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ DestinationPartitionNumber

LONG _USETUP_DATA::DestinationPartitionNumber

Definition at line 130 of file setuplib.h.

Referenced by SelectPartitionPage().

◆ DestinationPath

UNICODE_STRING _USETUP_DATA::DestinationPath

Equivalent of 'NTOS_INSTALLATION::SystemArcPath'

Definition at line 123 of file setuplib.h.

Referenced by InstallDirectoryPage().

◆ DestinationRootPath

UNICODE_STRING _USETUP_DATA::DestinationRootPath

Equivalent of 'NTOS_INSTALLATION::SystemNtPath'

Definition at line 124 of file setuplib.h.

Referenced by SummaryDlgProc().

◆ DisplayList

PGENERIC_LIST _USETUP_DATA::DisplayList

◆ DisplayType

PCWSTR _USETUP_DATA::DisplayType

Definition at line 147 of file setuplib.h.

◆ ErrorRoutine

PSETUP_ERROR_ROUTINE _USETUP_DATA::ErrorRoutine

Definition at line 92 of file setuplib.h.

◆ FormatPartition

LONG _USETUP_DATA::FormatPartition

Definition at line 133 of file setuplib.h.

Referenced by FsVolCallback(), and SelectFileSystemPage().

◆ FsType

LONG _USETUP_DATA::FsType

Definition at line 135 of file setuplib.h.

Referenced by SelectFileSystemPage().

◆ InstallationDirectory

WCHAR _USETUP_DATA::InstallationDirectory[MAX_PATH]

Definition at line 157 of file setuplib.h.

Referenced by InstallDirectoryPage(), MoreOptDlgProc(), and SummaryDlgProc().

◆ InstallPath

UNICODE_STRING _USETUP_DATA::InstallPath

Definition at line 127 of file setuplib.h.

◆ KeyboardList

PGENERIC_LIST _USETUP_DATA::KeyboardList

◆ LanguageId

LANGID _USETUP_DATA::LanguageId

Definition at line 154 of file setuplib.h.

Referenced by LanguagePage(), and SetupStartPage().

◆ LanguageList

PGENERIC_LIST _USETUP_DATA::LanguageList

Definition at line 142 of file setuplib.h.

Referenced by LanguagePage(), and SetupStartPage().

◆ LastErrorNumber

ERROR_NUMBER _USETUP_DATA::LastErrorNumber

Definition at line 91 of file setuplib.h.

◆ LayoutId

PCWSTR _USETUP_DATA::LayoutId

Definition at line 150 of file setuplib.h.

◆ LayoutList

PGENERIC_LIST _USETUP_DATA::LayoutList

Definition at line 141 of file setuplib.h.

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

◆ LocaleID

WCHAR _USETUP_DATA::LocaleID[9]

Definition at line 153 of file setuplib.h.

Referenced by SetupStartPage().

◆ RequiredPartitionDiskSpace

ULONG _USETUP_DATA::RequiredPartitionDiskSpace

Definition at line 156 of file setuplib.h.

Referenced by DriveDlgProc(), IsMediumLargeEnough(), and SelectPartitionPage().

◆ SetupFileQueue

PVOID _USETUP_DATA::SetupFileQueue

Definition at line 98 of file setuplib.h.

◆ SetupInf

HINF _USETUP_DATA::SetupInf

◆ SourcePath

UNICODE_STRING _USETUP_DATA::SourcePath

Definition at line 103 of file setuplib.h.

Referenced by InstallDirectoryPage(), and SelectPartitionPage().

◆ SourceRootDir

UNICODE_STRING _USETUP_DATA::SourceRootDir

Definition at line 102 of file setuplib.h.

◆ SourceRootPath

UNICODE_STRING _USETUP_DATA::SourceRootPath

◆ SystemRootPath

UNICODE_STRING _USETUP_DATA::SystemRootPath

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