Windows / Code / 0x40002f5a
0x40002f5a
Decimal: 1073753946 · Signed: 1073753946
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: 0x2f5a (12122)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f5a (12122)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Merges a child disk with its parents.
Syntax: MERGE VDISK DEPTH=
DEPTH= Indicates the number of parents to merge together. For example,
MERGE=1 indicates one level of the differencing chain should be
merged.
A virtual disk must be selected for this operation to succeed.
Example:
MERGE VDISK DEPTH=1
In this example a child virtual disk is merged with its parent:
CREATE VDISK FILE="c:\vhd2.vhd" parent="c:\vhd1.vhd"
MERGE VDISK DEPTH=1 |
| diskpart.exe | 78.1 | Merges a child disk with its parents.
Syntax: MERGE VDISK DEPTH=
DEPTH= Indicates the number of parents to merge together. For example,
MERGE=1 indicates one level of the differencing chain should be
merged.
A virtual disk must be selected for this operation to succeed.
Example:
MERGE VDISK DEPTH=1
In this example a child virtual disk is merged with its parent:
CREATE VDISK FILE="c:\vhd2.vhd" parent="c:\vhd1.vhd"
MERGE VDISK DEPTH=1 |
| 2 entries |
Associated Headers