Semaphores values
Posted
by Joel
on Stack Overflow
See other posts from Stack Overflow
or by Joel
Published on 2010-04-05T16:32:42Z
Indexed on
2010/04/05
16:43 UTC
Read the original article
Hit count: 189
Hey,
I have a question regarding using Semaphores
HANDLE WINAPI CreateSemaphore(...);
Is there anyway I can get the current value of the semaphore?
Thanks,
Joel
© Stack Overflow or respective owner