ReactOS 0.4.15-dev-7842-g558ab78
_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
 
SIZE_T PrivatePageCount
 

Detailed Description

Definition at line 1604 of file winternl.h.

Member Data Documentation

◆ PageFaultCount

ULONG _VM_COUNTERS_::PageFaultCount

Definition at line 1607 of file winternl.h.

Referenced by dump_vm_counters(), and NtQueryInformationProcess().

◆ PagefileUsage

SIZE_T _VM_COUNTERS_::PagefileUsage

◆ PeakPagefileUsage

SIZE_T _VM_COUNTERS_::PeakPagefileUsage

Definition at line 1615 of file winternl.h.

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

◆ PeakVirtualSize

SIZE_T _VM_COUNTERS_::PeakVirtualSize

Definition at line 1605 of file winternl.h.

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

◆ PeakWorkingSetSize

SIZE_T _VM_COUNTERS_::PeakWorkingSetSize

Definition at line 1608 of file winternl.h.

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

◆ PrivatePageCount

SIZE_T _VM_COUNTERS_::PrivatePageCount

Definition at line 1616 of file winternl.h.

◆ QuotaNonPagedPoolUsage

SIZE_T _VM_COUNTERS_::QuotaNonPagedPoolUsage

Definition at line 1613 of file winternl.h.

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

◆ QuotaPagedPoolUsage

SIZE_T _VM_COUNTERS_::QuotaPagedPoolUsage

Definition at line 1611 of file winternl.h.

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

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _VM_COUNTERS_::QuotaPeakNonPagedPoolUsage

Definition at line 1612 of file winternl.h.

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

◆ QuotaPeakPagedPoolUsage

SIZE_T _VM_COUNTERS_::QuotaPeakPagedPoolUsage

Definition at line 1610 of file winternl.h.

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

◆ VirtualSize

SIZE_T _VM_COUNTERS_::VirtualSize

◆ WorkingSetSize

SIZE_T _VM_COUNTERS_::WorkingSetSize

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