Windows Programming Question:

Download Job Interview Questions and Answers PDF

How do I create a Mutex?

Windows Programming Interview Question
Windows Programming Interview Question

Answer:

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

Download Windows Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How do other threads own the mutex?APIs for creating event and set and reset the events?