PyHANDLE = CreateMutex(MutexAttributes, InitialOwner
, Name
)
Creates a mutex
Parameters
MutexAttributes : PySECURITY_ATTRIBUTES
Specifies inheritance and security descriptor for object, or None for defaultsInitialOwner : bool
flag for initial ownershipName : PyUnicode
Mutex-object name, or NoneReturn Value
The result is a handle to the created object