Product SiteDocumentation Site

8.55. SysReleaseMutexSem


>>-SysReleaseMutexSem(handle)----------------------------------><

Releases a mutex semaphore.
Parameter:
handle
A handle returned from a previous SysCreateMutexSem call.
Return codes:
0
No errors.
Other
An error occurred. On Windows, a Windows System Error code (Section 8.1, “A Note on Error Codes”) is returned. This may be one of the following, but could be others.
6
Invalid handle.
105
Owner died.
288
Not owner.