PyHANDLE = CreateEvent(EventAttributes, bManualReset
, bInitialState
, Name
)
Creates a waitable event
Parameters
EventAttributes : PySECURITY_ATTRIBUTES
The security attributes, or NonebManualReset : bool
flag for manual-reset eventbInitialState : bool
flag for initial stateName : PyUnicode
event-object name, or NoneReturn Value
The result is a handle to the created object