include vmm.inc mov ebx, VM ; VM handle mov eax, VM_Terminate |
The VM_Terminate message notifies the virtual device that the system is terminating the specified virtual machine. The system sends this message when a virtual machine terminates normally.
VM
Specifies a handle identifying the virtual machine to terminate.
The carry flag must be clear.
The virtual machine can call the Simulate_Int and Exec_Int services in the specified virtual machine.
Flags