ReactOS 0.4.15-dev-7834-g00c4b3d
_JOBOBJECT_EXTENDED_LIMIT_INFORMATION Struct Reference

#include <pstypes.h>

Collaboration diagram for _JOBOBJECT_EXTENDED_LIMIT_INFORMATION:

Public Attributes

JOBOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation
 
IO_COUNTERS IoInfo
 
SIZE_T ProcessMemoryLimit
 
SIZE_T JobMemoryLimit
 
SIZE_T PeakProcessMemoryUsed
 
SIZE_T PeakJobMemoryUsed
 

Detailed Description

Definition at line 1600 of file pstypes.h.

Member Data Documentation

◆ BasicLimitInformation

◆ IoInfo

IO_COUNTERS _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::IoInfo

Definition at line 1603 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ JobMemoryLimit

SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::JobMemoryLimit

Definition at line 1605 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ PeakJobMemoryUsed

SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakJobMemoryUsed

Definition at line 1607 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ PeakProcessMemoryUsed

SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakProcessMemoryUsed

Definition at line 1606 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ ProcessMemoryLimit

SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::ProcessMemoryLimit

Definition at line 1604 of file pstypes.h.

Referenced by NtQueryInformationJobObject().


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