Hi,
How can I list the processes in my machine as in Task Manager?
Ca I use PdhEnumObjects?
I got an error saying Pdh.dll not found in VC++ 5.0?
Any suggestions?
Printable View
Hi,
How can I list the processes in my machine as in Task Manager?
Ca I use PdhEnumObjects?
I got an error saying Pdh.dll not found in VC++ 5.0?
Any suggestions?
Read about the following fns 1. CreateToolHelp32SnapShot 2. Process32First 3. Process32Next and try.
Reply me whether u are able to use it or not.
The mentioned functions are Windows 95 specific.I want to use with NT.
Hi !
You can use function from the PSAPI.DLL to the NT-Process and
VDMDBG.DLL to the DOS-Process.
Regards,
Wladi.
Hi,
You can find pdh.dll in the ddk. (and maybe in the sdk)
Please find my reply for the query "Terminating another Process in WIn95/98/NT" dated 29th April.
[email protected]