Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

I am given the task to retrieve information of all processes being executed in Windows platform using Visual C++.

I am new to this field, so can anyone help me by providing links to how we can actually create a simple version. I read MSDN regarding process and thread functions, but still I am not able to learn that how exactly I should create the project and how to work on it.

Any help would really be appreciated.

Regards,
Jay Patel
Posted
Updated 15-Jun-10 0:52am
v2

1 solution

What information about each process do you need.
There are several functions that give you different attributes of the process.
To get a list of all running processes, use EnumProcesses.
 
Share this answer
 
Comments
jaypatel512 15-Jun-10 4:42am    
I am looking for information like Creation Time, Name, which all dlls it is using, etc. Basically, I am trying to create a log book of each process being called in windows environment from start!
«_Superman_» 15-Jun-10 4:48am    
Take a look at this link - http://msdn.microsoft.com/en-us/library/ms686701(VS.85).aspx
jaypatel512 15-Jun-10 10:48am    
I think, this was the one I was exactly searching for. Thanks a lot sir! This helped me a lot!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900