The Gaudi Framework  v37r0 (b608885e)
System::QUOTA_LIMITS Struct Reference

Process Quotas NtQueryInformationProcess using ProcessQuotaLimits NtQueryInformationProcess using ProcessPooledQuotaLimits NtSetInformationProcess using ProcessQuotaLimits. More...

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

Public Attributes

unsigned long PagedPoolLimit
 
unsigned long NonPagedPoolLimit
 
unsigned long MinimumWorkingSetSize
 
unsigned long MaximumWorkingSetSize
 
unsigned long PagefileLimit
 
long long TimeLimit
 

Detailed Description

Process Quotas NtQueryInformationProcess using ProcessQuotaLimits NtQueryInformationProcess using ProcessPooledQuotaLimits NtSetInformationProcess using ProcessQuotaLimits.

Definition at line 42 of file ProcessDescriptor.h.

Member Data Documentation

◆ MaximumWorkingSetSize

unsigned long System::QUOTA_LIMITS::MaximumWorkingSetSize

Definition at line 46 of file ProcessDescriptor.h.

◆ MinimumWorkingSetSize

unsigned long System::QUOTA_LIMITS::MinimumWorkingSetSize

Definition at line 45 of file ProcessDescriptor.h.

◆ NonPagedPoolLimit

unsigned long System::QUOTA_LIMITS::NonPagedPoolLimit

Definition at line 44 of file ProcessDescriptor.h.

◆ PagedPoolLimit

unsigned long System::QUOTA_LIMITS::PagedPoolLimit

Definition at line 43 of file ProcessDescriptor.h.

◆ PagefileLimit

unsigned long System::QUOTA_LIMITS::PagefileLimit

Definition at line 47 of file ProcessDescriptor.h.

◆ TimeLimit

long long System::QUOTA_LIMITS::TimeLimit

Definition at line 48 of file ProcessDescriptor.h.


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