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.
Create_VM
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
mov     ebx, VM        ; new VM handle
mov     eax, Create_VM
VMMcall System_Control
 
The Create_VM message notifies a virtual machine that the system is creating
a new virtual machine. Virtual devices typically initialize data associated
with the virtual machine, such as data in the control block for the virtual
machine.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
VM         Specifies a handle identifying the new virtual machine.
 
Return Value
 
The carry flag is clear if the virtual device can support the new virtual
machine. Otherwise, the carry flag is set to indicate an error and prevent
the system from creating the virtual machine.
 
Uses
 
Flags
 
See Also
 
Destroy_VM