ReactOS 0.4.16-dev-1049-g378a335
|
Go to the source code of this file.
Classes | |
struct | _ADMIN_INFO |
struct | _ITEMSDATA |
struct | _REGISTRATIONNOTIFY |
Macros | |
#define | PM_REGISTRATION_NOTIFY (WM_APP + 1) |
#define | PM_ITEM_START (WM_APP + 2) |
#define | PM_ITEM_END (WM_APP + 3) |
#define | PM_STEP_START (WM_APP + 4) |
#define | PM_STEP_END (WM_APP + 5) |
#define | PM_ITEMS_DONE (WM_APP + 6) |
Typedefs | |
typedef struct _ADMIN_INFO | ADMIN_INFO |
typedef struct _ADMIN_INFO * | PADMIN_INFO |
typedef struct _ITEMSDATA | ITEMSDATA |
typedef struct _ITEMSDATA * | PITEMSDATA |
typedef struct _REGISTRATIONNOTIFY | REGISTRATIONNOTIFY |
typedef struct _REGISTRATIONNOTIFY * | PREGISTRATIONNOTIFY |
Functions | |
BOOL | RegisterTypeLibraries (_In_ PITEMSDATA pItemsData, _In_ PREGISTRATIONNOTIFY pNotify, _In_ HINF hinf, _In_ LPCWSTR szSection) |
VOID | InstallStartMenuItems (_In_ PITEMSDATA pItemsData) |
BOOL | InstallNetworkComponent (_In_ PWSTR pszComponentId) |
VOID | InstallSecurity (VOID) |
NTSTATUS | SetAdministratorPassword (LPCWSTR Password) |
VOID | SetAutoAdminLogon (VOID) |
VOID | InstallWizard (VOID) |
Variables | |
HINSTANCE | hDllInstance |
HINF | hSysSetupInf |
ADMIN_INFO | AdminInfo |
typedef struct _ADMIN_INFO ADMIN_INFO |
typedef struct _ITEMSDATA ITEMSDATA |
typedef struct _ADMIN_INFO * PADMIN_INFO |
typedef struct _ITEMSDATA * PITEMSDATA |
typedef struct _REGISTRATIONNOTIFY * PREGISTRATIONNOTIFY |
Definition at line 467 of file netinstall.c.
Definition at line 1569 of file security.c.
Referenced by InstallReactOS().
VOID InstallStartMenuItems | ( | _In_ PITEMSDATA | pItemsData | ) |
Definition at line 313 of file install.c.
Referenced by ItemCompletionThread().
Definition at line 3244 of file wizard.c.
Referenced by InstallReactOS().
BOOL RegisterTypeLibraries | ( | _In_ PITEMSDATA | pItemsData, |
_In_ PREGISTRATIONNOTIFY | pNotify, | ||
_In_ HINF | hinf, | ||
_In_ LPCWSTR | szSection | ||
) |
Definition at line 539 of file install.c.
Referenced by InstallLiveCD(), and RegisterComponents().
Definition at line 1609 of file security.c.
Referenced by ComputerPageDlgProc().
Definition at line 1748 of file security.c.
Referenced by InstallReactOS().
|
extern |
Definition at line 38 of file install.c.
Referenced by InstallReactOS(), SetAdministratorPassword(), and SetAutoAdminLogon().
|
extern |
Definition at line 37 of file install.c.
Referenced by CommonInstall(), InstallLiveCD(), InstallReactOS(), InstallSysSetupInfComponents(), InstallSysSetupInfDevices(), RegisterComponents(), and RegisterDlls().