ReactOS 0.4.16-dev-1527-g49e652b
_VM_COUNTERS Struct Reference

#include <winternl.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 3129 of file winternl.h.

Member Data Documentation

◆ PageFaultCount

ULONG _VM_COUNTERS::PageFaultCount

Definition at line 3133 of file winternl.h.

Referenced by dump_vm_counters(), GetProcessMemoryInfo(), and NtQueryInformationProcess().

◆ PagefileUsage

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS::PeakPagefileUsage

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS::PeakVirtualSize

Definition at line 3131 of file winternl.h.

Referenced by dump_vm_counters(), NtQueryInformationProcess(), and PrintProcess().

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS::PeakWorkingSetSize

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaNonPagedPoolUsage

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPagedPoolUsage

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakNonPagedPoolUsage

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakPagedPoolUsage

◆ VirtualSize

SIZE_T _VM_COUNTERS::VirtualSize

◆ WorkingSetSize

SIZE_T _VM_COUNTERS::WorkingSetSize

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