IVMHardDiskConnection::UndoHardDisk property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves a hard disk object corresponding to this connection's undo disk image.
This property is read-only.
Syntax
HRESULT get_UndoHardDisk(
[out, retval] IVMHardDisk **undoHardDisk
);
Property value
An IVMHardDisk object that describes the undo hard disk associated with this connection.
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
An unexpected error has occurred. |
|
The parameter is NULL or not valid. |
|
The undo disk for this connection was not found. |
|
The current virtual machine configuration is not valid. |
|
The bus location for this connection has not been properly initialized, or the device at this location is not a valid hard disk. |
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_IVMHardDiskconnection is defined as aefa36a5-463a-46ae-9e6c-a1fb4e12e671 |