How to get GDI objects associated to a process

后端 未结 3 1134
情书的邮戳
情书的邮戳 2021-01-11 12:56

I am investigating GDI leaks issue in one of our smart-client application. I am looking for a tool (like tasklist) to get the GDI objects associated to a pr

3条回答
  •  囚心锁ツ
    2021-01-11 13:11

    Use GDIView, a free tool from NirSoft.

    Their description:

    GDIView is a unique tool that displays the list of GDI handles (brushes, pens, fonts, bitmaps, and others) opened by every process. It displays the total count for each type of GDI handle, as well as detailed information about each handle. This tool can be useful for developers that need to trace GDI resources leak in their software.

    You can save the list of GDI counters as regular, tab-delimited, comma-delimited, and tabular text files, as well as horizontal or vertical HTML file or an XML file.

提交回复
热议问题