Destroy a semaphore. The semaphore must not be currently in use (nothing can be waiting on or signaling the semaphore). The semaphore signal count must also be equal to or greater than the starting count. This means that PCRSemaphore_Signal must be called for each call made to PCRSemaphore_Wiat. It is ok if there are extra calls to PCRSemaphore_Signal.
|