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.
Cancel_Time_Out
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     esi, TimeOut     ; time-out handle
VMMcall Cancel_Time_Out
 
The Cancel_Time_Out service cancels a time-out that was scheduled using the
Set_VM_Time_Out or Set_Global_Time_Out service.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
TimeOut    Specifies a handle identifying the time-out to cancel. If this
           parameter is zero, the service returns immediately (does
           nothing).
 
Return Value
 
This service has no return value.
 
Comments
 
This service makes the time-out handle invalid; the virtual device must not
attempt to use the handle in subsequent calls to services.
 
Uses
 
Flags
 
See Also
 
Set_Global_Time_Out, Set_VM_Time_Out