What is the win32 API function for private bytes?

前端 未结 3 1253
别跟我提以往
别跟我提以往 2020-12-21 00:12

What is the win32 API function for private bytes (the ones you can see in perfmon).

I\'d like to avoid the .NET API

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-21 00:53

    You can collect the same data perfmon shows using the performance counters API

提交回复
热议问题