VOID EngReleaseSemaphore(
|
HSEMAPHORE hsem | |
|
); |
EngReleaseSemaphore releases the specified semaphore.
EngReleaseSemaphore releases the semaphore’s exclusive lock on a driver’s resource and re-enables the delivery of special kernel asychronous procedure calls.
The lock and asynchronous procedure call suspension were acquired in a call to EngAcquireSemaphore.