|
ReactOS 0.4.16-dev-2636-g02c744d
|

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) |
| LONG | CountSecuritySteps (VOID) |
| DWORD | InstallSecurity (_In_ PITEMSDATA pItemsData, _In_ PREGISTRATIONNOTIFY pNotify) |
| 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 1607 of file security.c.
Referenced by SaveSettings().
Definition at line 467 of file netinstall.c.
| DWORD InstallSecurity | ( | _In_ PITEMSDATA | pItemsData, |
| _In_ PREGISTRATIONNOTIFY | pNotify | ||
| ) |
Definition at line 1648 of file security.c.
Referenced by SaveSettings().
| VOID InstallStartMenuItems | ( | _In_ PITEMSDATA | pItemsData | ) |
Definition at line 313 of file install.c.
Referenced by ItemCompletionThread().
Definition at line 3363 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 1692 of file security.c.
Referenced by ComputerPageDlgProc().
Definition at line 1831 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().