PROCESS_MEMORY_COUNTERS

王朝百科·作者佚名  2010-05-16  
宽屏版  字体: |||超大  

PROCESS_MEMORY_COUNTERS

The PROCESS_MEMORY_COUNTERS structure contains the memory statistics for a process.

typedef struct _PROCESS_MEMORY_COUNTERS { DWORD cb'

DWORD PageFaultCount'

SIZE_T PeakWorkingSetSize'

SIZE_T WorkingSetSize'

SIZE_T QuotaPeakPagedPoolUsage'

SIZE_T QuotaPagedPoolUsage'

SIZE_T QuotaPeakNonPagedPoolUsage'

SIZE_T QuotaNonPagedPoolUsage'

SIZE_T PagefileUsage'

SIZE_T PeakPagefileUsage'

} PROCESS_MEMORY_COUNTERS, *PPROCESS_MEMORY_COUNTERS'

Members

cb

Size of the structure, in bytes.

PageFaultCount

Number of page faults.

PeakWorkingSetSize

Peak working set size, in bytes.

WorkingSetSize

Current working set size, in bytes.

QuotaPeakPagedPoolUsage

Peak paged pool usage, in bytes.

QuotaPagedPoolUsage

Current paged pool usage, in bytes.

QuotaPeakNonPagedPoolUsage

Peak nonpaged pool usage, in bytes.

QuotaNonPagedPoolUsage

Current nonpaged pool usage, in bytes.

PagefileUsage

Current space allocated for the pagefile, in bytes. Those pages may or may not be in memory.

PeakPagefileUsage

Peak space allocated for the pagefile, in bytes.

Requirements

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Header Declared in Psapi.h.

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
© 2005- 王朝百科 版权所有