Destroy_VM

include vmm.inc

mov ebx, VM ; VM handle

mov eax, Destroy_VM

VMMcall System_Control


The Destroy_VM message notifies the virtual device that the system has destroyed the virtual machine. Virtual devices typically remove any data associated with the specified virtual machine.

Parameters

VM

Specifies a handle identifying the virtual machine to destroy.

Return Value

The carry flag must be clear.

Comments

The virtual device must not call the Simulate_Int or Exec_Int service in the specified virtual machine.

Considerable time can elapse between receipt of the VM_Not_Executeable message and this message.

Uses

Flags

See Also

Create_VM, VM_Not_Executeable