ReactOS 0.4.16-dev-38-g96c65e9
|
#include <pstypes.h>
Public Attributes | |
JOBOBJECT_BASIC_LIMIT_INFORMATION | BasicLimitInformation |
IO_COUNTERS | IoInfo |
SIZE_T | ProcessMemoryLimit |
SIZE_T | JobMemoryLimit |
SIZE_T | PeakProcessMemoryUsed |
SIZE_T | PeakJobMemoryUsed |
JOBOBJECT_BASIC_LIMIT_INFORMATION _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::BasicLimitInformation |
Definition at line 1603 of file pstypes.h.
Referenced by NtQueryInformationJobObject(), QueryInformationJobObject(), SetInformationJobObject(), test_BreakawayOk(), test_KillOnJobClose(), and test_QueryInformationJobObject().
IO_COUNTERS _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::IoInfo |
Definition at line 1604 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::JobMemoryLimit |
Definition at line 1606 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakJobMemoryUsed |
Definition at line 1608 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakProcessMemoryUsed |
Definition at line 1607 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::ProcessMemoryLimit |
Definition at line 1605 of file pstypes.h.
Referenced by NtQueryInformationJobObject().