Compartilhar via


CWindow::SetTimer

Cria um evento de timer.

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

Comentários

Consulte SetTimer em Windows SDK.

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::KillTimer