Description
This manual connection member function signals a connected counting semaphore. Each time the semaphore is signaled, its value is incremented. If there are any blocked requesters, then the first requester in the queue is unblocked, and the count decremented back to zero. Before reading this topic, we would recommend familiarity with Manual Connections and Counting Semaphores.
Prototype
Uns Signal( void );
Parameters
none
Return Value
This function returns logical TRUE if the semaphore is successfully signaled, or FALSE otherwise.