Retrieve process
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is any body know how to retrieve all process, like task manager, without enumerate windows on system. Thank you.
If you're on NT/2K, you can use EnumProcesses in the PSAPI. On Win9x/2K, but not NT4, you can use the ToolHelp API, see Process32First/Process32Next. Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)