win32event.CreateEvent
PyHANDLE = CreateEvent(EventAttributes, bManualReset , bInitialState , Name )
Creates a waitable event
Parameters
Return Value
The result is a handle to the created object
PyHANDLE = CreateEvent(EventAttributes, bManualReset , bInitialState , Name )
Creates a waitable event