Windows / Code / 0x40002ef9
0x40002ef9
Decimal: 1073753849 · Signed: 1073753849
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x2ef9 (12025)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ef9 (12025)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Creates an Extensible Firmware Interface (EFI) system partition on a GUID
partition table (GPT) disk.
Syntax: CREATE PARTITION EFI [SIZE=] [OFFSET=] [NOERR]
SIZE= The size of the partition in megabytes (MB). If no size is
given, the partition continues until there is no more free
space in the current region.
OFFSET= The offset, in kilobytes (KB), at which the partition is
created. If no offset is given, the partition is placed in the
first disk extent that is large enough to hold it.
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
After the partition has been created, the focus is given to the new
partition.
A basic GPT disk must be selected for this operation to succeed.
Example:
CREATE PARTITION EFI SIZE=1000 |
| diskraid.exe | 78.11011 | Usage: FLUSHCACHE CONTROLLER
Flushes the cache on the currently selected controller.
A controller must be selected for this operation to succeed.
Example:
FLUSHCACHE CONTROLLER |
| 2 entries |
Associated Headers