Get a list of mutex?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2009-09-07T15:23:33Z
Indexed on
2010/04/30
10:37 UTC
Read the original article
Hit count: 347
mutex
A program creates a mutex as part of its start-up. I don't know the format of this mutex so I wondered if there is a way to get a list of all non-abandoned mutex, open the program, get a new list and see if I can find the mutex by removing all duplicate entries.
Is there a way to get this list?
© Stack Overflow or respective owner