IVMHardDisk::Parent property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves and sets the parent of the differencing virtual hard disk.
This property is read/write.
Syntax
HRESULT put_Parent(
[in] IVMHardDisk *parent
);
HRESULT get_Parent(
[out, retval] IVMHardDisk **parent
);
Property value
Sets the IVMHardDisk object associated with the parent hard disk image.
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
This is not a differencing hard disk, so it has no parent. |
|
The system could not find the parent virtual hard disk file. |
|
The system could not find the path to the parent virtual hard disk file. |
|
An error occurred while attempting to open the current hard disk image file. |
|
An error occurred while attempting to access the current hard disk image file. |
|
The virtual hard disk image located by the parent parameter does not have the same ID as the child disk image. Make sure the parent virtual hard disk image located by the parent parameter is the same image used to create the differencing virtual hard disk image. |
|
An unexpected error has occurred. |
Remarks
This property is only valid with differencing hard disk images.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
End of client support |
Windows 7 |
Product |
Windows Virtual PC |
Header |
|
IID |
IID_IVMHardDisk is defined as ffa14ae6-48f5-42a4-8a22-186f2e5c7db0 |