System::QUOTA_LIMITS Struct Reference

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

#include <src/Lib/ProcessDescriptor.h>

Collaboration diagram for System::QUOTA_LIMITS:

Public Attributes

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

Detailed Description

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

Definition at line 33 of file ProcessDescriptor.h.

Member Data Documentation

unsigned long System::QUOTA_LIMITS::MaximumWorkingSetSize

Definition at line 37 of file ProcessDescriptor.h.

unsigned long System::QUOTA_LIMITS::MinimumWorkingSetSize

Definition at line 36 of file ProcessDescriptor.h.

unsigned long System::QUOTA_LIMITS::NonPagedPoolLimit

Definition at line 35 of file ProcessDescriptor.h.

unsigned long System::QUOTA_LIMITS::PagedPoolLimit

Definition at line 34 of file ProcessDescriptor.h.

unsigned long System::QUOTA_LIMITS::PagefileLimit

Definition at line 38 of file ProcessDescriptor.h.

longlong System::QUOTA_LIMITS::TimeLimit

Definition at line 39 of file ProcessDescriptor.h.


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