in reply to List Mutexes on Win32
Is it possible to list all Mutexes currently open?
Do you mean
All three are possible, but doing so requires the use of some fairly complex and obscure 'debugging' APIs. From memory, it also means using some officially 'undocumented' APIs--though my memory could be wrong on that.
It's also the case that, other than for the purposes of debugging, it is usually not necessary to generate a list of existing Mutexes, so if you were to describe why you want to do this, there may be a simpler way of achieving your goal.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: List Mutexes on Win32
by slloyd (Hermit) on Feb 05, 2007 at 22:15 UTC | |
by BrowserUk (Patriarch) on Feb 06, 2007 at 03:06 UTC |