Windows / Code / 0xc100f012
0xc100f012
Decimal: 3238064146 · Signed: -1056903150
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: 0xf012 (61458)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf012 (61458)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command-line option can be used with most Bcdedit commands to specify the
store to be used. If this option is not specified, then the system store is
used.
This option may not be used with the /createstore, /import and /export
commands.
bcdedit /store
Specifies the file name of the boot configuration data store.
If the file name contains spaces, it must be enclosed in
quotation marks ("").
Example:
The following commands list the active entries in the specified data store
file:
bcdedit /store C:\DATA\BCD /enum ACTIVE
bcdedit /store "C:\DATA\My BCD" /enum ACTIVE |
| 1 entry |
Associated Headers