Use the tabs on the upper right to switch to a different programming language.
Use the tabs on the upper right to switch to a different programming language.
HMutex
— Represents an instance of a mutex synchronization object.
CreateMutex |
Create a mutual exclusion synchronization object. |
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. |
HMutex
— Represents an instance of a mutex synchronization object.
CreateMutex |
Create a mutual exclusion synchronization object. |
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. |
Use the tabs on the upper right to switch to a different programming language.