is there any kind of semaphore for processes in Windows API? I found this one
but it is only for thread as I understood, thanks in advance for any help
Look at the the help for CreateSemaphore() function: http://msdn.microsoft.com/en-us/library/ms682438(v=VS.85).aspx in the Remarks section, starting from "Multiple processes can handles....".
You'll find 3 cases there - all of them useful.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With