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.
VDD_Set_VMType
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vdd.inc
 
VxDcall VDD_Set_VMType
 
The VDD_Set_VMType service informs the VDD of a virtual machine's type. The
system calls this service prior to running the virtual machine and each time
any of the virtual machine parameters are modified.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EAX        Specifies the state flag. This parameter is nonzero if the
           virtual machine is running in a window.
 
EBX        Specifies the virtual machine handle. This handle can be used to
           examine the virtual machine status flags such as the exclusive
           and background flags.
 
Return Value
 
This service has no return value.
 
Comments
 
For a system critical Set_Focus this service may not be called before the
Set_Focus. In that case, the VDD is responsible for doing an implied call to
the VDD_Set_VMType service.
 
Uses
 
Flags
 
                                      ♦