ReactOS 0.4.15-dev-7958-gcd0bb1a
_SETUPDATA Struct Reference

#include <reactos.h>

Collaboration diagram for _SETUPDATA:

Public Attributes

HINSTANCE hInstance
 
BOOL bUnattend
 
HFONT hTitleFont
 
HANDLE hInstallThread
 
HANDLE hHaltInstallEvent
 
BOOL bStopInstall
 
TCHAR szAbortMessage [512]
 
TCHAR szAbortTitle [64]
 
NT_WIN32_PATH_MAPPING_LIST MappingList
 
USETUP_DATA USetupData
 
BOOLEAN RepairUpdateFlag
 
PPARTLIST PartitionList
 
PNTOS_INSTALLATION CurrentInstallation
 
PGENERIC_LIST NtOsInstallsList
 
LONG DestPartSize
 
PCWSTR SelectedLanguageId
 
WCHAR DefaultLanguage [20]
 
WCHAR DefaultKBLayout [20]
 
HFONT hBoldFont
 
WCHAR SourcePath [MAX_PATH]
 
WCHAR UnattendFile [MAX_PATH]
 
WCHAR OwnerName [51]
 
WCHAR OwnerOrganization [51]
 
WCHAR ComputerName [MAX_COMPUTERNAME_LENGTH+1]
 
WCHAR AdminPassword [128]
 
BOOL UnattendSetup
 
BOOL DisableGeckoInst
 
SYSTEMTIME SystemTime
 
struct _TIMEZONE_ENTRYTimeZoneListHead
 
struct _TIMEZONE_ENTRYTimeZoneListTail
 
DWORD TimeZoneIndex
 
DWORD DisableAutoDaylightTimeSet
 
LCID LocaleID
 
HINF hSetupInf
 
UINT uFirstNetworkWizardPage
 
UINT uPostNetworkWizardPage
 
PRODUCT_OPTION ProductOption
 

Detailed Description

Definition at line 111 of file reactos.h.

Member Data Documentation

◆ AdminPassword

WCHAR _SETUPDATA::AdminPassword[128]

Definition at line 45 of file syssetup.h.

◆ bStopInstall

BOOL _SETUPDATA::bStopInstall

Definition at line 121 of file reactos.h.

Referenced by _tWinMain(), FileCopyCallback(), PrepareAndDoCopyThread(), and ProcessDlgProc().

◆ bUnattend

BOOL _SETUPDATA::bUnattend

Definition at line 115 of file reactos.h.

Referenced by _tWinMain().

◆ ComputerName

WCHAR _SETUPDATA::ComputerName[MAX_COMPUTERNAME_LENGTH+1]

Definition at line 44 of file syssetup.h.

◆ CurrentInstallation

PNTOS_INSTALLATION _SETUPDATA::CurrentInstallation

Definition at line 133 of file reactos.h.

Referenced by SummaryDlgProc(), TypeDlgProc(), and UpgradeRepairDlgProc().

◆ DefaultKBLayout

WCHAR _SETUPDATA::DefaultKBLayout[20]

Definition at line 145 of file reactos.h.

◆ DefaultLanguage

WCHAR _SETUPDATA::DefaultLanguage[20]

Definition at line 144 of file reactos.h.

◆ DestPartSize

LONG _SETUPDATA::DestPartSize

Definition at line 138 of file reactos.h.

◆ DisableAutoDaylightTimeSet

DWORD _SETUPDATA::DisableAutoDaylightTimeSet

Definition at line 53 of file syssetup.h.

Referenced by DateTimePageDlgProc().

◆ DisableGeckoInst

BOOL _SETUPDATA::DisableGeckoInst

Definition at line 47 of file syssetup.h.

Referenced by FinishDlgProc().

◆ hBoldFont

HFONT _SETUPDATA::hBoldFont

Definition at line 37 of file syssetup.h.

Referenced by InstallWizard(), ProcessPageDlgProc(), and SetBoldText().

◆ hHaltInstallEvent

HANDLE _SETUPDATA::hHaltInstallEvent

Definition at line 120 of file reactos.h.

Referenced by _tWinMain(), FileCopyCallback(), and ProcessDlgProc().

◆ hInstallThread

HANDLE _SETUPDATA::hInstallThread

Definition at line 119 of file reactos.h.

Referenced by _tWinMain(), and ProcessDlgProc().

◆ hInstance

HINSTANCE _SETUPDATA::hInstance

Definition at line 114 of file reactos.h.

Referenced by _tWinMain(), DisplayError(), DriveDlgProc(), and NetSetupRequestWizardPages().

◆ hSetupInf

HINF _SETUPDATA::hSetupInf

Definition at line 56 of file syssetup.h.

Referenced by InstallWizard().

◆ hTitleFont

HFONT _SETUPDATA::hTitleFont

Definition at line 117 of file reactos.h.

Referenced by _tWinMain(), FinishDlgProc(), and InstallWizard().

◆ LocaleID

LCID _SETUPDATA::LocaleID

Definition at line 54 of file syssetup.h.

◆ MappingList

NT_WIN32_PATH_MAPPING_LIST _SETUPDATA::MappingList

Definition at line 126 of file reactos.h.

Referenced by _tWinMain(), and SetupOpenInfFileExW().

◆ NtOsInstallsList

PGENERIC_LIST _SETUPDATA::NtOsInstallsList

Definition at line 134 of file reactos.h.

Referenced by TypeDlgProc(), and UpgradeRepairDlgProc().

◆ OwnerName

WCHAR _SETUPDATA::OwnerName[51]

Definition at line 42 of file syssetup.h.

Referenced by OwnerPageDlgProc().

◆ OwnerOrganization

WCHAR _SETUPDATA::OwnerOrganization[51]

Definition at line 43 of file syssetup.h.

Referenced by OwnerPageDlgProc().

◆ PartitionList

PPARTLIST _SETUPDATA::PartitionList

Definition at line 132 of file reactos.h.

◆ ProductOption

PRODUCT_OPTION _SETUPDATA::ProductOption

Definition at line 61 of file syssetup.h.

Referenced by InstallWizard(), and ProductPageDlgProc().

◆ RepairUpdateFlag

BOOLEAN _SETUPDATA::RepairUpdateFlag

Definition at line 130 of file reactos.h.

Referenced by SummaryDlgProc(), TypeDlgProc(), and UpgradeRepairDlgProc().

◆ SelectedLanguageId

PCWSTR _SETUPDATA::SelectedLanguageId

Definition at line 143 of file reactos.h.

◆ SourcePath

WCHAR _SETUPDATA::SourcePath[MAX_PATH]

Definition at line 39 of file syssetup.h.

◆ SystemTime

SYSTEMTIME _SETUPDATA::SystemTime

Definition at line 49 of file syssetup.h.

Referenced by GetLocalSystemTime(), and SetSystemLocalTime().

◆ szAbortMessage

TCHAR _SETUPDATA::szAbortMessage[512]

◆ szAbortTitle

TCHAR _SETUPDATA::szAbortTitle[64]

◆ TimeZoneIndex

DWORD _SETUPDATA::TimeZoneIndex

Definition at line 52 of file syssetup.h.

Referenced by DateTimePageDlgProc().

◆ TimeZoneListHead

struct _TIMEZONE_ENTRY* _SETUPDATA::TimeZoneListHead

◆ TimeZoneListTail

struct _TIMEZONE_ENTRY* _SETUPDATA::TimeZoneListTail

Definition at line 51 of file syssetup.h.

Referenced by DestroyTimeZoneList(), and RetrieveTimeZone().

◆ uFirstNetworkWizardPage

UINT _SETUPDATA::uFirstNetworkWizardPage

◆ UnattendFile

WCHAR _SETUPDATA::UnattendFile[MAX_PATH]

Definition at line 40 of file syssetup.h.

◆ UnattendSetup

◆ uPostNetworkWizardPage

UINT _SETUPDATA::uPostNetworkWizardPage

Definition at line 59 of file syssetup.h.

Referenced by InstallWizard(), and NetworkDomainPageDlgProc().

◆ USetupData

USETUP_DATA _SETUPDATA::USetupData

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