>>-SysReleaseMutexSem(handle)----------------------------------><
Releases a mutex semaphore.
Parameter:
A handle returned from a previous SysCreateMutexSem call.
Return codes:
No errors.
An error occurred. On Windows, a Windows System Error code is returned. This may be one of the following, but could be others.
Invalid handle.
Owner died.
Not owner.