ReactOS 0.4.16-dev-814-g656a5dc
|
Go to the source code of this file.
Classes | |
struct | _BOOTRECORD |
struct | _STARTINFO |
Typedefs | |
typedef struct _BOOTRECORD | BOOTRECORD |
typedef struct _BOOTRECORD * | PBOOTRECORD |
typedef struct _STARTINFO | STARTINFO |
typedef struct _STARTINFO * | PSTARTINFO |
Functions | |
static VOID | SetTimeout (HWND hwndDlg, INT Timeout) |
static VOID | SetRecoveryTimeout (HWND hwndDlg, INT Timeout) |
static DWORD | GetSystemDrive (WCHAR **szSystemDrive) |
static PBOOTRECORD | ReadFreeldrSection (HINF hInf, WCHAR *szSectionName) |
static INT | LoadFreeldrSettings (HINF hInf, HWND hwndDlg) |
static INT | LoadBootSettings (HINF hInf, HWND hwndDlg) |
static VOID | DeleteBootRecords (HWND hwndDlg) |
static LRESULT | LoadOSList (HWND hwndDlg, PSTARTINFO pStartInfo) |
static VOID | SetCrashDlgItems (HWND hwnd, PSTARTINFO pStartInfo) |
static VOID | WriteStartupRecoveryOptions (HWND hwndDlg, PSTARTINFO pStartInfo) |
static VOID | LoadRecoveryOptions (HWND hwndDlg, PSTARTINFO pStartInfo) |
INT_PTR CALLBACK | StartRecDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
BOOL | SaveRecoveryOptions |
typedef struct _BOOTRECORD BOOTRECORD |
typedef struct _BOOTRECORD * PBOOTRECORD |
typedef struct _STARTINFO * PSTARTINFO |
typedef struct _STARTINFO STARTINFO |
Definition at line 438 of file startrec.c.
Referenced by StartRecDlgProc().
Definition at line 70 of file startrec.c.
Referenced by LoadOSList().
Definition at line 303 of file startrec.c.
Referenced by LoadOSList().
Definition at line 184 of file startrec.c.
Referenced by LoadOSList().
|
static |
Definition at line 461 of file startrec.c.
Referenced by StartRecDlgProc().
|
static |
Definition at line 602 of file startrec.c.
Referenced by StartRecDlgProc().
|
static |
Definition at line 109 of file startrec.c.
Referenced by LoadFreeldrSettings().
|
static |
Definition at line 524 of file startrec.c.
Referenced by LoadRecoveryOptions(), and StartRecDlgProc().
Definition at line 52 of file startrec.c.
Referenced by StartRecDlgProc().
Definition at line 35 of file startrec.c.
Referenced by LoadBootSettings(), LoadFreeldrSettings(), and StartRecDlgProc().
Definition at line 695 of file startrec.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 550 of file startrec.c.
Referenced by StartRecDlgProc().
BOOL SaveRecoveryOptions |
Definition at line 32 of file startrec.c.
Referenced by LoadRecoveryOptions(), and StartRecDlgProc().