Determine Handle Count associated with a running process.
From: icontin (icontin_at_icontin.com)
Date: 02/23/04
- Previous message: Adam Honek: "Re: XP look code not working"
- Next in thread: Tony Proctor: "Re: Determine Handle Count associated with a running process."
- Reply: Tony Proctor: "Re: Determine Handle Count associated with a running process."
- Reply: Tore Bostrup: "Re: Determine Handle Count associated with a running process."
- Reply: Ran Liang[MSFT]: "RE: Determine Handle Count associated with a running process."
- Reply: icontin: "RE: Determine Handle Count associated with a running process."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 13:51:06 -0800
Hi,
I am putting together some monitoring functionality. I am able to discover all the running processes and getting information on them via CreateToolhelp32Snapshot and GetProcessMemoryInfo among the other calls required. My question is this, I believe I have all the information I need except for the Handles count for a process. On the task manager is says that it is 'the number of object handles in a processes object tables'. How can I get the count of handles associated with a process?
I am guessing I am not searching for the correct terms that's why I have come empty handed thus far. Any assistance will be greatly appreciated. I am targetting Windows 2000 Servers.
Thank you in advance!
icontin
- Previous message: Adam Honek: "Re: XP look code not working"
- Next in thread: Tony Proctor: "Re: Determine Handle Count associated with a running process."
- Reply: Tony Proctor: "Re: Determine Handle Count associated with a running process."
- Reply: Tore Bostrup: "Re: Determine Handle Count associated with a running process."
- Reply: Ran Liang[MSFT]: "RE: Determine Handle Count associated with a running process."
- Reply: icontin: "RE: Determine Handle Count associated with a running process."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|