Applications and Hardware devices
-
Do you know of any such api or function which enlists applications? eg, Internet explorer,Word,Power point etc. Also do you know of any api which enlists the the hardware devices like mouse,keyboard,NIC etc Please tell about these apis and their header files Thanks a lot
-
Do you know of any such api or function which enlists applications? eg, Internet explorer,Word,Power point etc. Also do you know of any api which enlists the the hardware devices like mouse,keyboard,NIC etc Please tell about these apis and their header files Thanks a lot
brilliant101 wrote: Do you know of any such api or function which enlists applications? eg, Internet explorer,Word,Power point etc. To get a list of running processes, use
Process32First()
andProcess32Next()
. brilliant101 wrote: Also do you know of any api which enlists the the hardware devices like mouse,keyboard,NIC etc Please tell about these apis and their header files This is exactly whatSetupDiEnumDeviceInfo()
andSetupDiEnumDeviceInterfaces()
are for.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow