Logging Semaphore names
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
H, I want to read semaphore object names from each active processes. Is there any windows API available? Any method or idea to implement this?
here is an Handle Enumeration example from sysinternals using NtQuerySystemInformation API http://forum.sysinternals.com/topic14546.html
Unfortunately, NtQuerySystemInformation Function is not recommended to use
Alternatively i could find another sample using DbgEng API, though its not meant for this purpose. http://www.debuginfo.com/examples/handledump.html