I have a shared mutex between 2 applications. I want to create an administration console that shows the current owner’s name of the mutex.
How can I get the application name that currently owns the Mutex?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do not believe this is possible at the user mode level. You will have to install a driver or kernel plugin in order to get this information.
It’s almost the same question as asking ‘what process opened this file’?