Windows / Code / 0xc100f029
0xc100f029
Decimal: 3238064169 · Signed: -1056903127
As HRESULT:- S: 1 (Failure)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x100 (Unknown facility)
- Code: 0xf029 (61481)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf029 (61481)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | BOOT MANAGER
The following types apply only to entries for the boot manager. For information
about data formats for these types, run "bcdedit /? FORMATS".
Boot
====
BOOTSEQUENCE (list) Defines the one-time boot sequence.
PERSISTBOOTSEQUENCE (bool) Enables persisting a boot sequence across multiple
boots.
DEFAULT (id) Defines the default boot entry.
TIMEOUT (integer) Defines the boot manager time to wait, in seconds,
before the boot manager selects a default entry.
Resume
======
RESUME (bool) Indicates that a resume operation should be
attempted.
RESUMEOBJECT (id) Provides the identifier of the resume application
object.
HIBERBOOT (bool) Indicates that a hiberboot resume should be
attempted. This is used along with the RESUME setting
and should not be modified.
Display
=======
DISPLAYBOOTMENU (bool) Enables the boot menu display.
DISPLAYORDER (list) Defines the boot manager display order list.
TOOLSDISPLAYORDER (list) Defines the boot manager tools display order
list.
For additional types that apply to the boot manager, run
"bcdedit /? TYPES BOOTAPP". |
| 1 entry |
Associated Headers