Struct ChildProcessTracker.JOBOBJECT_EXTENDED_LIMIT_INFORMATION
Contains basic and extended limit information for a job object.
public struct ChildProcessTracker.JOBOBJECT_EXTENDED_LIMIT_INFORMATION
Fields
- BasicLimitInformation
A ChildProcessTracker.JOBOBJECT_BASIC_LIMIT_INFORMATION structure that contains basic limit information.
- IoInfo
Reserved.
- JobMemoryLimit
This member specifies the limit for the virtual memory that can be committed for the job.
- PeakJobMemoryUsed
The peak memory usage of all processes currently associated with the job.
- PeakProcessMemoryUsed
The peak memory used by any process ever associated with the job.
- ProcessMemoryLimit
This member specifies the limit for the virtual memory that can be committed by a process.