Click to See Complete Forum and Search --> : WaitableTimer state


Alon Marx
April 5th, 1999, 05:17 AM
How do I know if a waitable timer (CreateWaitableTimer..) is active?
One option is to close the handle whenever the timer is inactive, but this doesn't seem very efficient.. There must be some other - better - way.

Alon