Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Sys_VM_Terminate
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ebx, SysVM              ; system VM handle
mov     eax, Sys_VM_Terminate
VMMcall System_Control
 
The Sys_VM_Terminate message notifies the virtual device that the system
virtual machine is terminating. The system sends this message only after all
other virtual machines have terminated, and only when the system is
terminating normally.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
SysVM      Specifies a handle identifying the system virtual machine.
 
Return Value
 
The carry flag must be clear.
 
Comments
 
The virtual device can use the Simulate_Int and Exec_Int services in the
system virtual machine.
 
Uses
 
Flags
 
See Also
 
VM_Terminate