BcdResumeElementTypes enumeration
Specifies the resume loader element types.
Syntax
typedef enum _BcdResumeElementTypes {
Reserved1 = 0x21000001,
Reserved2 = 0x22000002,
BcdResumeBoolean_UseCustomSettings = 0x26000003,
BcdResumeDevice_AssociatedOsDevice = 0x21000005,
BcdResumeBoolean_DebugOptionEnabled = 0x26000006,
BcdResumeInteger_BootMenuPolicy = 0x25000008
} BcdResumeElementTypes;
Constants
-
Reserved1
-
This value is reserved. The element data format is BcdDeviceElement.
-
Reserved2
-
This value is reserved. The element data format is BcdStringElement.
-
BcdResumeBoolean_UseCustomSettings
-
Allows the resume loader BCD object to use custom settings. If this setting is not specified or is not enabled, default settings are applied by the OS before resume. The element data format is BcdBooleanElement.
-
BcdResumeDevice_AssociatedOsDevice
-
Specifies the name of the OS device associated with the hibernated OS. This is only used if the hibernation file is not stored on the OS device. The element data format is BcdDeviceElement.
-
BcdResumeBoolean_DebugOptionEnabled
-
Enables kernel debugging on resume from hibernate. The element data format is BcdBooleanElement.
-
BcdResumeInteger_BootMenuPolicy
-
Defines the type of boot menus the system will use. Possible values are menupolicylegacy (0) or menupolicystandard (1). The default setting is menupolicylegacy (0). The element data format is BcdIntegerElement.
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |