Windows / Code / 0x40002f09
0x40002f09
Decimal: 1073753865 · Signed: 1073753865
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: 0x2f09 (12041)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f09 (12041)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Deletes a missing dynamic disk from the disk list.
Syntax: DELETE DISK [NOERR] [OVERRIDE]
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.
OVERRIDE Enables DiskPart to delete all simple volumes on the disk. If
the disk contains half of a mirrored volume, the half of the
mirror on the disk is deleted. The delete disk override command
fails if the disk is a member of a RAID-5 volume.
A missing dynamic disk must be selected for this operation to succeed.
Example:
DELETE DISK |
| 1 entry |
Associated Headers