This function creates a timer identified by hwnd and idTimer, set to time out every dtTimeout milliseconds. When a timer times out, a WM_TIMER message is posted.

A dtTimeout value of zero causes the timer to timeout as fast as possible; generally, this is about 1/18 second.

A second call to this function, for a timer that already exists, resets that timer.


[Back] [Next]