This method creates a timer event.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
UINT SetTimer( UINT nIDEvent, UINT nElapse, void
( CALLBACK EXPORT* lpfnTimer )( HWND, UINT, UINT, DWORD ) );
See Also