The Gaudi Framework  v36r6 (b1ee9983)
System::POOLED_USAGE_AND_LIMITS Struct Reference

Process Pooled Quota Usage and Limits NtQueryInformationProcess using ProcessPooledUsageAndLimits. More...

#include </builds/gaudi/Gaudi/GaudiKernel/src/Lib/ProcessDescriptor.h>

Public Attributes

unsigned long PeakPagedPoolUsage
 
unsigned long PagedPoolUsage
 
unsigned long PagedPoolLimit
 
unsigned long PeakNonPagedPoolUsage
 
unsigned long NonPagedPoolUsage
 
unsigned long NonPagedPoolLimit
 
unsigned long PeakPagefileUsage
 
unsigned long PagefileUsage
 
unsigned long PagefileLimit
 

Detailed Description

Process Pooled Quota Usage and Limits NtQueryInformationProcess using ProcessPooledUsageAndLimits.

Definition at line 86 of file ProcessDescriptor.h.

Member Data Documentation

◆ NonPagedPoolLimit

unsigned long System::POOLED_USAGE_AND_LIMITS::NonPagedPoolLimit

Definition at line 92 of file ProcessDescriptor.h.

◆ NonPagedPoolUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::NonPagedPoolUsage

Definition at line 91 of file ProcessDescriptor.h.

◆ PagedPoolLimit

unsigned long System::POOLED_USAGE_AND_LIMITS::PagedPoolLimit

Definition at line 89 of file ProcessDescriptor.h.

◆ PagedPoolUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::PagedPoolUsage

Definition at line 88 of file ProcessDescriptor.h.

◆ PagefileLimit

unsigned long System::POOLED_USAGE_AND_LIMITS::PagefileLimit

Definition at line 95 of file ProcessDescriptor.h.

◆ PagefileUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::PagefileUsage

Definition at line 94 of file ProcessDescriptor.h.

◆ PeakNonPagedPoolUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::PeakNonPagedPoolUsage

Definition at line 90 of file ProcessDescriptor.h.

◆ PeakPagedPoolUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::PeakPagedPoolUsage

Definition at line 87 of file ProcessDescriptor.h.

◆ PeakPagefileUsage

unsigned long System::POOLED_USAGE_AND_LIMITS::PeakPagefileUsage

Definition at line 93 of file ProcessDescriptor.h.


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