Windows / Code / 0x40002f54
0x40002f54
Decimal: 1073753940 · Signed: 1073753940
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: 0x2f54 (12116)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f54 (12116)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Selects the specified virtual disk by filename and shifts the focus to it.
Syntax: SELECT VDISK FILE=<"filename"> [NOERR]
FILE=<"filename">
Specifies the complete path and filename of an existing
virtual disk file.
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.
Example:
SELECT VDISK FILE="c:\test\test.vhd"
SELECT VDISK FILE="c:\test\test.vhdx" NOERR |
| diskpart.exe | 7 | Selects the specified virtual disk by filename and shifts the focus to it.
Syntax: SELECT VDISK FILE=<"filename"> [NOERR]
FILE=<"filename">
Specifies the complete path and filename of an existing
virtual disk file.
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.
Example:
SELECT VDISK FILE="c:\test\test.vhd" |
| diskpart.exe | 8.1 | Selects the specified virtual disk by filename and shifts the focus to it.
Syntax: SELECT VDISK FILE=<"filename"> [NOERR]
FILE=<"filename">
Specifies the complete path and filename of an existing
virtual disk file.
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.
Example:
SELECT VDISK FILE="c:\test\test.vhd"
SELECT VDISK FILE="c:\test\test.vhdx" NOERR |
| 3 entries |
Associated Headers