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.
VMPoll_Enable_Disable
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmpoll.inc
 
VxDcall VMPoll_Enable_Disable
 
The VMPoll_Enable_Disable service enables or disables polling of the
specified virtual machine.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
AL         Specifies whether to disable (zero) or enable (nonzero) polling.
 
EBX        Specifies the handle of the virtual machine to enable or disable
           polling for. If this parameter is zero, polling is globally
           enabled or disabled.
 
Return Value
 
This service has no return value.
 
                                      ♦