DEVFYI - Developer Resource - FYI

How do I create a Mutex?

Windows programming Interview Questions and Answers


(Continued from previous question...)

29. How do I create a Mutex?

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

(Continued on next question...)

Other Interview Questions