[Toc][Index]

DosTimerStop


Bindings:  C, MASM 

This call stops a periodic interval timer started by DosTimerStart, or an 
asynchronous timer started by DosTimerAsync. 
 DosTimerStop     (Handle) 
 
 Handle (HTIMER) - input 
    Handle of the timer to be stopped. 
 rc (USHORT) - return 
    Return code descriptions are: 
    0         NO_ERROR 
    326       ERROR_TS_HANDLE 
 
 Remarks 
 DosTimerStop is used to stop an asynchronous one-shot timer started with 
 DosTimerAsync or an asynchronous periodic interval timer started with 
 DosTimerStart. 
 No assumptions can be made about the state of the semaphore specified 
 with DosTimerStart or DosTimerAsync. The application should put the 
 semaphores into a known state. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs