win32event.CreateWaitableTimer
PyHANDLE = CreateWaitableTimer(TimerAttributes, ManualReset , TimerName )
Creates a waitable timer, or opens an existing one
Parameters
Win32 API References
Return Value
The result is a handle to the object
PyHANDLE = CreateWaitableTimer(TimerAttributes, ManualReset , TimerName )
Creates a waitable timer, or opens an existing one