◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINTIMER BOOL WinStopTimer(hab, hwnd, idTimer) HAB hab; /* handle of the anchor block */ HWND hwnd; /* handle of the window */ USHORT idTimer; /* timer identifier */ The WinStopTimer function stops a timer. When this function is called, no further messages are received from the stopped timer, even if it has timed out since the last call to the WinGetMsg function. Parameter Description ──────────────────────────────────────────────────────────────────────────── hab Identifies the anchor block. hwnd Identifies the window containing the timer. idTimer Identifies the timer. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. See Also WinGetMsg, WinStartTimer ♦