![]() |
The Gaudi Framework
v36r6 (b1ee9983)
|
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 |
Process Pooled Quota Usage and Limits NtQueryInformationProcess using ProcessPooledUsageAndLimits.
Definition at line 86 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::NonPagedPoolLimit |
Definition at line 92 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::NonPagedPoolUsage |
Definition at line 91 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PagedPoolLimit |
Definition at line 89 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PagedPoolUsage |
Definition at line 88 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PagefileLimit |
Definition at line 95 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PagefileUsage |
Definition at line 94 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PeakNonPagedPoolUsage |
Definition at line 90 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PeakPagedPoolUsage |
Definition at line 87 of file ProcessDescriptor.h.
| unsigned long System::POOLED_USAGE_AND_LIMITS::PeakPagefileUsage |
Definition at line 93 of file ProcessDescriptor.h.