VM_Terminate

include vmm.inc

mov ebx, VM ; VM handle

mov eax, VM_Terminate

VMMcall System_Control


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.

Parameters

VM

Specifies a handle identifying the virtual machine to terminate.

Return Value

The carry flag must be clear.

Comments

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

Uses

Flags

See Also

System_Exit, VM_Not_Executeable