win32event.CreateWaitableTimer

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 defaults

ManualReset : bool

True for manual reset timer, or False to create a synchronization timer

TimerName : str

Timer object name, or None

Win32 API References

Search for CreateWaitableTimer at msdn, google or google groups.

Return Value

The result is a handle to the object