process info
-
Hi, Is there any function to get the names of all the process running in the machine. I'm using vc++ 6.0. Also if i know the system name, is there any function to get the information of process running in that machine.. :)
Check the rather comprehensive MSDN article HOWTO: Enumerate Applications Using Win32 APIs (Q175030) for information on how to enumerate both top-level windows and processes, for all the usual Windows operating systems. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Hi, Is there any function to get the names of all the process running in the machine. I'm using vc++ 6.0. Also if i know the system name, is there any function to get the information of process running in that machine.. :)
Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------
-
Check the rather comprehensive MSDN article HOWTO: Enumerate Applications Using Win32 APIs (Q175030) for information on how to enumerate both top-level windows and processes, for all the usual Windows operating systems. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------
-
Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------
Sweet...I asked about this the other day, but nobody answered me... Thanx man! "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr