ReactOS 0.4.17-dev-116-ga4b6fe9
_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 GetProcessMemoryInfo(), and NtQueryInformationProcess().

◆ PagefileUsage

SIZE_T _VM_COUNTERS::PagefileUsage

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS::PeakPagefileUsage

Definition at line 3141 of file winternl.h.

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

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS::PeakVirtualSize

Definition at line 3131 of file winternl.h.

Referenced by NtQueryInformationProcess(), and PrintProcess().

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS::PeakWorkingSetSize

Definition at line 3134 of file winternl.h.

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

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaNonPagedPoolUsage

Definition at line 3139 of file winternl.h.

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

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPagedPoolUsage

Definition at line 3137 of file winternl.h.

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

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakNonPagedPoolUsage

Definition at line 3138 of file winternl.h.

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

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS::QuotaPeakPagedPoolUsage

Definition at line 3136 of file winternl.h.

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

◆ VirtualSize

SIZE_T _VM_COUNTERS::VirtualSize

Definition at line 3132 of file winternl.h.

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

◆ WorkingSetSize

SIZE_T _VM_COUNTERS::WorkingSetSize

Definition at line 3135 of file winternl.h.

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


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