win32event.OpenMutex

PyHANDLE = OpenMutex(desiredAccess, bInheritHandle , name )

Returns a handle of an existing named mutex object.

Parameters

desiredAccess : int

access flag

bInheritHandle : int

inherit flag

name : PyUnicode

name of mutex to open.