Cancel_Time_Out


include vmm.inc

mov     esi, TimeOut     ; time-out handle
VMMcall Cancel_Time_Out

Cancels a time-out that was scheduled using the Set_Async_Time_Out, Set_Thread_Time_Out, Set_VM_Time_Out or Set_Global_Time_Out service. Uses Flags.

TimeOut

Handle of the time-out to cancel. If this parameter is zero, the service returns immediately (does nothing). If this parameter is non zero, it must be the handle of a time-out which has not yet been processed or canceled.

This service makes the time-out handle invalid; the virtual device must not attempt to use the handle in subsequent calls to services.

See also Set_Global_Time_Out, Set_VM_Time_Out