CWindow::KillTimer

 

Destroys a timer event created by CWindow::SetTimer.

Syntax

      BOOL KillTimer(
   UINT nIDEvent 
) throw();

Remarks

See KillTimer in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::SetTimer