UnlockMutex()
Syntax
UnlockMutex(Mutex)Description
Unlocks a mutex previously locked by LockMutex(). The mutex is then available again for other threads to lock it.
Note: A mutex can only be unlocked by the thread that also locked it.
See CreateMutex() for a code example.
Supported OS
All