Struct ChildProcessTracker.JOBOBJECT_BASIC_LIMIT_INFORMATION
Contains basic limit information for a job object.
public struct ChildProcessTracker.JOBOBJECT_BASIC_LIMIT_INFORMATION
  Fields
- ActiveProcessLimit
 This member is the active process limit for the job.
- Affinity
 This member is the processor affinity for all processes associated with the job.
- LimitFlags
 The limit flags that are in effect. This member is a bitfield that determines whether other structure members are used.
- MaximumWorkingSetSize
 This member is the maximum working set size in bytes for each process associated with the job.
- MinimumWorkingSetSize
 This member is the minimum working set size in bytes for each process associated with the job.
- PerJobUserTimeLimit
 This member is the per-job user-mode execution time limit, in 100-nanosecond ticks.
- PerProcessUserTimeLimit
 This member is the per-process user-mode execution time limit, in 100-nanosecond ticks.
- PriorityClass
 This member is the priority class for all processes associated with the job.
- SchedulingClass
 This member is the scheduling class for all processes associated with the job.