Waitable Timer Objects

Waitable timer objects are Windows NT Kernel objects. They give a very powerful mechanism to keep track of time. A timer object sends signals at every 100ns. That signal can be used by a process to co-ordinate or synchronize time-dependent tasks. A Waitable timer object can be created by a call to following function: HANDLE CreateWaitableTimer ................
................