IVMVirtualServer::DeleteVirtualMachine method
The DeleteVirtualMachine method deletes a virtual machine configuration.
Syntax
HRESULT DeleteVirtualMachine(
[in] IVMVirtualMachine *virtualMachine
);
Parameters
-
virtualMachine [in]
-
Pointer to a IVMVirtualMachine object representing the virtual machine configuration to delete.
Return value
This method can return one of these values.
This method supports standard return values, as well as the following. For information on Virtual Server specific return values not listed below, see HRESULT Codes Specific to the Virtual Server.
Return code | Description |
---|---|
|
The operation was successful. |
|
The specified configuration could not be found. |
|
The virtualMachine parameter was NULL. |
|
The virtual machine is running. |
|
An unexpected error occurred. |
Remarks
Only stopped virtual machines can be deleted. Note that any existing saved state or undo drive data for this configuration will be deleted in addition to the configuration file.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|