ReactOS 0.4.16-dev-1946-g52006dd
_VM_COUNTERS_EX 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
 
SIZE_T PrivateUsage
 

Detailed Description

Definition at line 3144 of file winternl.h.

Member Data Documentation

◆ PageFaultCount

ULONG _VM_COUNTERS_EX::PageFaultCount

Definition at line 3148 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ PagefileUsage

SIZE_T _VM_COUNTERS_EX::PagefileUsage

Definition at line 3155 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS_EX::PeakPagefileUsage

Definition at line 3156 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS_EX::PeakVirtualSize

Definition at line 3146 of file winternl.h.

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS_EX::PeakWorkingSetSize

Definition at line 3149 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ PrivateUsage

SIZE_T _VM_COUNTERS_EX::PrivateUsage

Definition at line 3157 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaNonPagedPoolUsage

Definition at line 3154 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPagedPoolUsage

Definition at line 3152 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPeakNonPagedPoolUsage

Definition at line 3153 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS_EX::QuotaPeakPagedPoolUsage

Definition at line 3151 of file winternl.h.

Referenced by GetProcessMemoryInfo().

◆ VirtualSize

SIZE_T _VM_COUNTERS_EX::VirtualSize

Definition at line 3147 of file winternl.h.

◆ WorkingSetSize

SIZE_T _VM_COUNTERS_EX::WorkingSetSize

Definition at line 3150 of file winternl.h.

Referenced by GetProcessMemoryInfo(), and GlobalMemoryStatusEx().


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