Click to See Complete Forum and Search --> : Getting a processes list


Eddie
March 31st, 1999, 03:11 PM
Does anybode know how tho get a list of the processes currently running, like task manager or spy++? I can get the processes wich have a window, but not the windowless processes.When I have the list...How can I get the same information as the spy++ properties on a process, like module name, memory allocation, etc..?

Thanks.

Peter Lundqvist
April 1st, 1999, 01:03 AM
Check out the "Enumerating Running Processes in Win95 and WinNT" source,

by Tomer Patel, found under the "misc" section here in Code Guru.


/Peter Lundqvist