共用方式為


CWindow::SetTimer

建立計時器事件。

UINT SetTimer(
   UINT nIDEvent,
   UINT nElapse,
   void ( CALLBACK* lpfnTimer )(HWND, UINT, UINT, DWORD) = NULL 
) throw();

備註

請參閱在 Windows SDK的 SetTimer

需求

Header: atlwin.h

請參閱

參考

CWindow 類別

CWindow::KillTimer