Skip to content

HMutex🔗

Name🔗

HMutex — Represents an instance of a mutex synchronization object.

Constructors🔗

 
CreateMutex Create a mutual exclusion synchronization object.

Methods🔗

 
ClearMutex Clear the mutex synchronization object.
CreateMutex Create a mutual exclusion synchronization object.
LockMutex Lock a mutex synchronization object.
TryLockMutex Lock a mutex synchronization object.
UnlockMutex Unlock a mutex synchronization object.