home » knowledge base » Accurate timers on Windows (2005-12-31)

Tags: programming (10) windows (8)

Accurate timers on Windows

From this blog post on using accurate timers on Windows.

CraeteWaitableTimer API is similar to SetTimer. You can specify timeout and a callback function. It has the following advantages:

Tags: programming (10) windows (8)


Krzysztof Kowalczyk