ReactOS 0.4.15-dev-6056-gb29b268
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static DWORD | ScmCopyTree (HKEY hSrcKey, HKEY hDstKey) |
DWORD | ScmDeleteTree (HKEY hKey, PCWSTR pszSubKey) |
static DWORD | ScmGetControlSetValues (PDWORD pdwCurrentControlSet, PDWORD pdwDefaultControlSet, PDWORD pdwFailedControlSet, PDWORD pdwLastKnownGoodControlSet) |
static DWORD | ScmSetLastKnownGoodControlSet (DWORD dwControlSet) |
static DWORD | ScmGetSetupInProgress (VOID) |
static DWORD | ScmCopyControlSet (DWORD dwSourceControlSet, DWORD dwDestinationControlSet) |
static DWORD | ScmDeleteControlSet (DWORD dwControlSet) |
DWORD | ScmCreateLastKnownGoodControlSet (VOID) |
DWORD | ScmAcceptBoot (VOID) |
DWORD | ScmRunLastKnownGood (VOID) |
Variables | |
static BOOL | bBootAccepted = FALSE |
#define NDEBUG |
Definition at line 14 of file controlset.c.
Definition at line 675 of file controlset.c.
Referenced by RNotifyBootConfigStatus().
Definition at line 507 of file controlset.c.
Referenced by ScmAcceptBoot(), and ScmCreateLastKnownGoodControlSet().
Definition at line 28 of file controlset.c.
Referenced by ScmCopyControlSet(), and ScmCopyTree().
Definition at line 614 of file controlset.c.
Referenced by wWinMain().
Definition at line 575 of file controlset.c.
Referenced by ScmAcceptBoot().
Definition at line 249 of file controlset.c.
Referenced by ScmDeleteControlSet(), and ScmDeleteTree().
|
static |
Definition at line 358 of file controlset.c.
Referenced by ScmAcceptBoot(), and ScmCreateLastKnownGoodControlSet().
Definition at line 471 of file controlset.c.
Referenced by ScmCreateLastKnownGoodControlSet().
Definition at line 741 of file controlset.c.
Referenced by RNotifyBootConfigStatus().
Definition at line 441 of file controlset.c.
Referenced by ScmAcceptBoot(), and ScmCreateLastKnownGoodControlSet().
Definition at line 20 of file controlset.c.
Referenced by ScmAcceptBoot(), ScmCreateLastKnownGoodControlSet(), and ScmRunLastKnownGood().