include vmm.inc mov ebx, VM ; VM handle mov eax, Destroy_VM |
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.
VM
Specifies a handle identifying the virtual machine to destroy.
The carry flag must be clear.
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.
Flags