FreeMutex()
语法
FreeMutex(Mutex)概要
Frees a mutex object and the memory it requires.
参数
Mutex The mutex to free.
返回值
无.
Remarks
The mutex object should be unlocked by the time it is freed and it may no longer be used after it was freed. To ensure this a mutex should only be freed after all threads that use it have either ended, or are otherwise sure not to use this mutex again.
参阅
CreateMutex()
已支持操作系统
所有