Cancel_Time_Out

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.

Parameters

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