ReactOS 0.4.15-dev-7953-g1f49173
_PROCESS_MEMORY_COUNTERS Struct Reference

#include <psapi.h>

Public Attributes

DWORD cb
 
DWORD 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 37 of file psapi.h.

Member Data Documentation

◆ cb

DWORD _PROCESS_MEMORY_COUNTERS::cb

Definition at line 38 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ PageFaultCount

DWORD _PROCESS_MEMORY_COUNTERS::PageFaultCount

Definition at line 39 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ PagefileUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::PagefileUsage

Definition at line 46 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ PeakPagefileUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::PeakPagefileUsage

Definition at line 47 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ PeakWorkingSetSize

SIZE_T _PROCESS_MEMORY_COUNTERS::PeakWorkingSetSize

Definition at line 40 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaNonPagedPoolUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaNonPagedPoolUsage

Definition at line 45 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPagedPoolUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPagedPoolUsage

Definition at line 43 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPeakNonPagedPoolUsage

Definition at line 44 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ QuotaPeakPagedPoolUsage

SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPeakPagedPoolUsage

Definition at line 42 of file psapi.h.

Referenced by GetProcessMemoryInfo().

◆ WorkingSetSize

SIZE_T _PROCESS_MEMORY_COUNTERS::WorkingSetSize

Definition at line 41 of file psapi.h.

Referenced by GetProcessMemoryInfo().


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