How do I create a Mutex?

Submitted by: Administrator
A thread uses the CreateMutex function to create a mutex object. The creating thread can request immediate ownership of the mutex object and can also specify a name for the mutex object
Submitted by: Administrator

Read Online Windows Programming Job Interview Questions And Answers