I am developing a simple process statistics collection library for Windows. I\'m enumerating the processes with EnumProcesses() function, and I try to open them
EnumProcesses()
Are you familiar with CreateToolhelp32Snapshot and this function as well Process32First.
I have found this code-project When I used it a while ago it helped me a lot ...