Mutexes....

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there a way to get a list of all the mutexes that have already been
defined?

TIA - Jeff.
 
Hello, UJ!

U> Is there a way to get a list of all the mutexes that have already been
U> defined?

Mutexes are kernel objects, to get the list of all opened mutexes you have to have access to os kernel. This access have kernel-mode application called drivers.

In the kernel there is a table of all handles of the OS.
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top