ReactOS 0.4.15-dev-7998-gdb93cb1
_VM_COUNTERS Struct Reference

#include <pstypes.h>

Public Attributes

SIZE_T PeakVirtualSize
 
SIZE_T VirtualSize
 
ULONG 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
 

Detailed Description

Definition at line 91 of file pstypes.h.

Member Data Documentation

◆ PageFaultCount

ULONG _VM_COUNTERS::PageFaultCount

Definition at line 94 of file pstypes.h.

◆ PagefileUsage

SIZE_T _VM_COUNTERS::PagefileUsage

Definition at line 101 of file pstypes.h.

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS::PeakPagefileUsage

Definition at line 102 of file pstypes.h.

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS::PeakVirtualSize

Definition at line 92 of file pstypes.h.

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS::PeakWorkingSetSize

Definition at line 95 of file pstypes.h.

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaNonPagedPoolUsage

Definition at line 100 of file pstypes.h.

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPagedPoolUsage

Definition at line 98 of file pstypes.h.

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakNonPagedPoolUsage

Definition at line 99 of file pstypes.h.

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakPagedPoolUsage

Definition at line 97 of file pstypes.h.

◆ VirtualSize

SIZE_T _VM_COUNTERS::VirtualSize

Definition at line 93 of file pstypes.h.

◆ WorkingSetSize

SIZE_T _VM_COUNTERS::WorkingSetSize

Definition at line 96 of file pstypes.h.


The documentation for this struct was generated from the following file: