Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use mutex to post signal? How to create common mutex and post signal in one application. so that, the other application can receive the mutex signal from the previous app? And process it.
Posted

1 solution

You need use an event for that see
http://msdn.microsoft.com/en-us/library/bhf9sxch(v=vs.80).aspx[^]
You have to give it a name so that the applications get to use the same event.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900