IVMVirtualMachine::DiscardUndoDisks method

The DiscardUndoDisks method discards the virtual undo disks.

Syntax

HRESULT DiscardUndoDisks();

Parameters

This method has no parameters.

Return value

This method can return one of these values.

Return code Description
S_OK
The operation was successful.
VM_E_VM_UNKNOWN
Unknown configuration.
VM_E_VM_NOT_RUNNING
The virtual machine is not running.
DISP_E_EXCEPTION
An unexpected error has occurred.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IVMVirtualMachine