SysSemDeleteΒΆ
This function of type BOOL deletes the semaphore which is identified by the handle retrieved by SysSemCreate. TRUE will be returned in case of success, otherwise FALSE.
| Variable | Data Type | Description |
|---|---|---|
| dwHandle | DWORD | Handle of the semaphore; was returned by SysSemCreate. |