PyHANDLE = CreateWaitableTimer(TimerAttributes, ManualReset
, TimerName
)
Creates a waitable timer, or opens an existing one
Parameters
TimerAttributes : PySECURITY_ATTRIBUTES
Specifies inheritance and security descriptor for object, or None for defaultsManualReset : bool
True for manual reset timer, or False to create a synchronization timerTimerName : str
Timer object name, or NoneWin32 API References
Search for CreateWaitableTimer at msdn, google or google groups.
Return Value
The result is a handle to the object