UnlockSemaphore() ![]()
Performs a Semaphore unlock operation.
Syntax
LockSemaphore(<nLock>, <[nTimeOut]>) --> TRUE
Arguments
<nLock> --> The lock ID. This must be a number between 1 and 10.
Returns
This function always returns TRUE.
Description
This function performs a system semaphore unlock which must always promptly follow a semaphore lock call.
____________________________
Related Topics: