Udostępnij za pośrednictwem


CWindow::SetTimer

Tworzy zdarzenie timer.

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

Uwagi

Zobacz SetTimer w Windows SDK.

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::KillTimer