Timers
A timer is an internal routine that repeatedly measures a specified interval, in milliseconds.
Overviews
About Timers
This topic describes how to create, identify, set, and delete timers.
Using Timers
This topic shows how to create and destroy timers, and how to use a timer to trap mouse input at specified intervals.
Functions
Notifications
WM_TIMER
The WM_TIMER message is posted to the installing thread's message queue when a timer expires. The message is posted by the GetMessage or PeekMessage function.