Tagged Questions

0
votes
2answers
557 views

Win32 Mutex not waiting

I am creating an application that implements inter process communication. For this purpose I have set up a shared buffer, which seems to work fine. Now, I need a way for the data generating ...