|
|
Signala a semaphore object. - Parameters:
-
| semaphore | Handle of semaphore to signal. |
- Returns:
- None.
- Remarks:
- Signaling a semaphore increments the semaphores count by 1. If the semaphore already contains the maximum value specified by CreateSemaphore, SignalSemaphore will wait until it has been decremented.
|