Kernel32CreateMutexEx Method

Overload List

CreateMutexEx(SecurityAttributes, String, CreateMutexFlags, StandardAccessRights) Creates or opens a named or unnamed mutex object and returns a handle to the object.
CreateMutexEx(SecurityAttributes, String, CreateMutexFlags, UInt32) Creates or opens a named or unnamed mutex object and returns a handle to the object.

See Also