Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - killtimer() removes the specified timer http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 KillTimer()            Removes the specified timer
--------------------------------------------------------------------------------

   Syntax:              KillTimer( <hWnd>, <nIdTimer> )  --> <lSuccess>


   Parameters:

   <hWnd>               The handle of the window associated with
                        the timer to be removed. This must be the same
                        value passed as the hWnd parameter of the SetTimer
                        function that created the timer.

   <nIdTimer>           Identifies the timer to be removed. It is the
                        value returned by SetTimer() function.


   Returns:

   <lSuccess>           A logical value indicating the result of the
                        KillTimer() operation.

   Sample:              SAMPLES\\TestTime.prg

   Source code:         SOURCE\\WINAPI\\Timers.c

   See also:            Class TTimer


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson