PDA

View Full Version : How to access system and process information????!!!!


enjoy
09-20-2005, 07:53 AM
Hi,


In UNIX environment, using struct sysinfo we can able to get all the system information. I want to get all running processes information (such as processes name and their IDs, user ID,user name etc.,) in Windows environment using C language.

Eventhough it is possible to read them from some files present in /windows/system32, i want to know the system calls which they are internally using to get those information.

Is it possible?

regards
Enjoy