ReactOS
0.4.15-dev-1619-g69dffed
|
#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 1544 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 1545 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::JobMemoryLimit |
Definition at line 1547 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakJobMemoryUsed |
Definition at line 1549 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::PeakProcessMemoryUsed |
Definition at line 1548 of file pstypes.h.
Referenced by NtQueryInformationJobObject().
SIZE_T _JOBOBJECT_EXTENDED_LIMIT_INFORMATION::ProcessMemoryLimit |
Definition at line 1546 of file pstypes.h.
Referenced by NtQueryInformationJobObject().