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
Printable View
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