DosPostEventSem posts an event semaphore, causing all of the threads that were blocked on DosWaitEventSem requests for that semaphore to execute.

This function can be called by any thread in the process that created the semaphore. Other processes can also call this function, but they must first gain access to the semaphore by calling DosOpenEventSem.


[Back] [Next]