Windows / Code / 0x40002f5b
0x40002f5b
Decimal: 1073753947 · Signed: 1073753947
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: 0x2f5b (12123)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f5b (12123)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Expands the maximum size available on a virtual disk.
Syntax: EXPAND VDISK MAXIMUM=
MAXIMUM= Indicates the new virtual size of the disk in megabytes (MB).
A virtual disk must be selected for this operation to succeed.
Only detached disks can be expanded.
Example:
EXPAND VDISK MAXIMUM=20000 |
| diskpart.exe | 78.1 | Expands the maximum size available on a virtual disk.
Syntax: EXPAND VDISK MAXIMUM=
MAXIMUM= Indicates the new virtual size of the disk in megabytes (MB).
A virtual disk must be selected for this operation to succeed.
Only detached disks can be expanded.
Example:
EXPAND VDISK MAXIMUM=20000 |
| 2 entries |
Associated Headers