Windows Programing Question:
Download Questions PDF

How to create a Mutex?

Windows Programing Interview Question
Windows Programing 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 Programing Interview Questions And Answers PDF

Previous QuestionNext Question
Explain How do other threads own the mutex?Explain the limit on per process for creating a thread?