VTDAPI_Timer_Stop


; Obtain the entry point address in VTDAPI_Addr
mov cx, Time_ID
mov ax, VTDAPI_Timer_Stop
call VTDAPI_Addr

Stop a previously registered periodic or asynchronous timer. The timer handle is invalid after this call and must not be reused.

Timer_ID

16-bit handle to the timer returned from VTDAPI_Timer_Start.