Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VM_Terminate
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ebx, VM             ; VM handle
mov     eax, VM_Terminate
VMMcall System_Control
 
The VM_Terminate message notifies the virtual device that system is
terminating the specified virtual machine. The system sends this message
when a virtual machine terminates normally.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
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