Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Sys_VM_Init
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ebx, SysVM      ; system VM handle
mov     eax, Sys_VM_Init
VMMcall System_Control
 
The Sys_VM_Init message directs the virtual device to initialize the state
of the software in the system virtual machine. For example, the virtual
display device issues an Interrupt 10h function to set the initial display
mode.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
SysVM      Specifies a handle identifying the system virtual machine.
 
Return Value
 
The carry flag is clear if the virtual device initializes the system virtual
machine successfully. Otherwise, the carry flag is set to direct Windows to
exit immediately.
 
Uses
 
Flags
 
See Also
 
VM_Init