Tagged Questions

1
vote
1answer
317 views

Finding the number of USER Objects used by a process

I'm investigating a possible memory leak which is causing an "Error creating window handle" Win32Exception in my .NET 2.0 WinForms app. This is related to number of Handles and number of USER objects ...