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.
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.
This service has no return value.
In some cases, when receiving a Set_Focus message, the VDD is responsible for doing an implied call to the VDD_Set_VMType service.
Flags