Named mutex objects for all OS.
Posted: Thu Feb 18, 2016 6:00 pm
At now we can create only simple unnamed mutex object.
But what I need to do if I need to create name mutex?
For Windows:
For Linux...?
But what I need to do if I need to create name mutex?
For Windows:
Code: Select all
*g_mutex = CreateMutex_(#Null,1,#App$)