User Objects and GDI Objects from Processes

Bulldog

Member
Joined
Nov 13, 2006
Messages
10
Programming Experience
Beginner
Is it possible to get the number of User Objects and GDI Objects for a given process? I can see these on the task manager, but I cant see either as selectable properties in System.Diagnostics.Process?
 
To do this i think you will need to do a 'stack walk', imagehlp.dll and dbghelp.dll hold this information, i think. As far as my knowldge is concerned... thats it. But i hope it's gets you started.
 
Back
Top