How to get GDI objects associated to a process

后端 未结 3 1139
情书的邮戳
情书的邮戳 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:20

    It should be quite straightforward to write a program to periodically log the number of GDI handles in use by a process, using the GetGuiResources API function.

提交回复
热议问题