ReactOS 0.4.15-dev-7998-gdb93cb1
_VM_COUNTERS_EX 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
 
SIZE_T PrivateUsage
 

Detailed Description

Definition at line 105 of file pstypes.h.

Member Data Documentation

◆ PageFaultCount

ULONG _VM_COUNTERS_EX::PageFaultCount

Definition at line 108 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ PagefileUsage

SIZE_T _VM_COUNTERS_EX::PagefileUsage

Definition at line 115 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS_EX::PeakPagefileUsage

Definition at line 116 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS_EX::PeakVirtualSize

Definition at line 106 of file pstypes.h.

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS_EX::PeakWorkingSetSize

Definition at line 109 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ PrivateUsage

SIZE_T _VM_COUNTERS_EX::PrivateUsage

Definition at line 117 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaNonPagedPoolUsage

Definition at line 114 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPagedPoolUsage

Definition at line 112 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPeakNonPagedPoolUsage

Definition at line 113 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPeakPagedPoolUsage

Definition at line 111 of file pstypes.h.

Referenced by GetProcessMemoryInfo().

◆ VirtualSize

SIZE_T _VM_COUNTERS_EX::VirtualSize

Definition at line 107 of file pstypes.h.

◆ WorkingSetSize

SIZE_T _VM_COUNTERS_EX::WorkingSetSize

Definition at line 110 of file pstypes.h.

Referenced by GetProcessMemoryInfo().


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