VM_Terminate


include vmm.inc

mov     ebx, VMHandle
mov     eax, VM_Terminate
VMMcall System_Control

Notifies the virtual device that the system is terminating the specified virtual machine. The system sends this message when a virtual machine terminates normally. The virtual device may modify all general registers and flags.

VMHandle

Handle of the virtual machine being terminated.

The virtual machine can call the Simulate_Int and Exec_Int services in the specified virtual machine.

See also System_Exit, VM_Not_Executeable, VM_Terminate2