Funktionreferenz


_WinAPI_ReleaseMutex


Releases ownership of the specified mutex object

#include <WinAPIProc.au3>
_WinAPI_ReleaseMutex ( $hMutex )

Parameter

$hMutex Handle to the mutex object. The _WinAPI_CreateMutex() or _WinAPI_OpenMutex() function returns this handle.

Rückgabewert

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

The _WinAPI_ReleaseMutex() function fails if the calling thread does not own the mutex object.

Verwandte Funktionen

_WinAPI_CreateMutex, _WinAPI_OpenMutex

Siehe auch

Suche nach ReleaseMutex in der MSDN Bibliothek.