SysSemLeaveΒΆ

This function of type BOOL must be called after an access on data, which also are used by other tasks. This is necessary to release the semaphore which has been blocked before the data access by SysSemEnter.

The semaphore is identified by the handle which was returned by SysSemCreate. TRUE will be returned in case of success, otherwise FALSE.

Input Variable Data Type Description
dwHandle DWORD Handle of the semaphore; was returned by SysSemCreate.