CWnd::KillTimer
Visual Studio 2010
Kills the timer event identified by nIDEvent from the earlier call to SetTimer.
BOOL KillTimer( UINT_PTR nIDEvent );
See the example for CWnd::SetTimer.
Kills the timer event identified by nIDEvent from the earlier call to SetTimer.
BOOL KillTimer( UINT_PTR nIDEvent );
The value of the timer event passed to SetTimer.
See the example for CWnd::SetTimer.