ReactOS
0.4.15-dev-4921-g25fcdc5
|
Go to the source code of this file.
Classes | |
struct | _RECOVERYDATA |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _RECOVERYDATA | RECOVERYDATA |
typedef struct _RECOVERYDATA * | PRECOVERYDATA |
Functions | |
static VOID | InitRecoveryPage (HWND hwndDlg) |
static BOOL | GetServiceFailure (PRECOVERYDATA pRecoveryData) |
static VOID | ShowFailureActions (HWND hwndDlg, PRECOVERYDATA pRecoveryData) |
static VOID | UpdateFailureActions (HWND hwndDlg, PRECOVERYDATA pRecoveryData) |
static VOID | BrowseFile (HWND hwndDlg) |
static VOID | SetFailureActions (HWND hwndDlg) |
INT_PTR CALLBACK | RecoveryPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
#define NDEBUG |
Definition at line 11 of file propsheet_recovery.c.
typedef struct _RECOVERYDATA * PRECOVERYDATA |
typedef struct _RECOVERYDATA RECOVERYDATA |
Definition at line 344 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().
|
static |
Definition at line 94 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().
Definition at line 23 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().
Definition at line 441 of file propsheet_recovery.c.
Referenced by PropSheetThread().
Definition at line 373 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().
|
static |
Definition at line 167 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().
|
static |
Definition at line 300 of file propsheet_recovery.c.
Referenced by RecoveryPageProc().