ReactOS 0.4.17-dev-806-gffa4164
_JOBOBJECT_BASIC_LIMIT_INFORMATION Struct Reference

#include <pstypes.h>

Collaboration diagram for _JOBOBJECT_BASIC_LIMIT_INFORMATION:

Public Attributes

LARGE_INTEGER PerProcessUserTimeLimit
 
LARGE_INTEGER PerJobUserTimeLimit
 
ULONG LimitFlags
 
SIZE_T MinimumWorkingSetSize
 
SIZE_T MaximumWorkingSetSize
 
ULONG ActiveProcessLimit
 
ULONG_PTR Affinity
 
ULONG PriorityClass
 
ULONG SchedulingClass
 
DWORD LimitFlags
 
DWORD ActiveProcessLimit
 
DWORD PriorityClass
 
DWORD SchedulingClass
 

Detailed Description

Definition at line 1688 of file pstypes.h.

Member Data Documentation

◆ ActiveProcessLimit [1/2]

ULONG _JOBOBJECT_BASIC_LIMIT_INFORMATION::ActiveProcessLimit

Definition at line 1695 of file pstypes.h.

Referenced by test_SandboxPolicies().

◆ ActiveProcessLimit [2/2]

DWORD _JOBOBJECT_BASIC_LIMIT_INFORMATION::ActiveProcessLimit

Definition at line 4039 of file winnt_old.h.

◆ Affinity

ULONG_PTR _JOBOBJECT_BASIC_LIMIT_INFORMATION::Affinity

Definition at line 1696 of file pstypes.h.

◆ LimitFlags [1/2]

ULONG _JOBOBJECT_BASIC_LIMIT_INFORMATION::LimitFlags

◆ LimitFlags [2/2]

DWORD _JOBOBJECT_BASIC_LIMIT_INFORMATION::LimitFlags

Definition at line 4036 of file winnt_old.h.

◆ MaximumWorkingSetSize

SIZE_T _JOBOBJECT_BASIC_LIMIT_INFORMATION::MaximumWorkingSetSize

Definition at line 1694 of file pstypes.h.

◆ MinimumWorkingSetSize

SIZE_T _JOBOBJECT_BASIC_LIMIT_INFORMATION::MinimumWorkingSetSize

Definition at line 1693 of file pstypes.h.

◆ PerJobUserTimeLimit

LARGE_INTEGER _JOBOBJECT_BASIC_LIMIT_INFORMATION::PerJobUserTimeLimit

Definition at line 1691 of file pstypes.h.

◆ PerProcessUserTimeLimit

LARGE_INTEGER _JOBOBJECT_BASIC_LIMIT_INFORMATION::PerProcessUserTimeLimit

Definition at line 1690 of file pstypes.h.

◆ PriorityClass [1/2]

ULONG _JOBOBJECT_BASIC_LIMIT_INFORMATION::PriorityClass

Definition at line 1697 of file pstypes.h.

Referenced by QueryInformationJobObject(), and SetInformationJobObject().

◆ PriorityClass [2/2]

DWORD _JOBOBJECT_BASIC_LIMIT_INFORMATION::PriorityClass

Definition at line 4041 of file winnt_old.h.

◆ SchedulingClass [1/2]

ULONG _JOBOBJECT_BASIC_LIMIT_INFORMATION::SchedulingClass

Definition at line 1698 of file pstypes.h.

◆ SchedulingClass [2/2]

DWORD _JOBOBJECT_BASIC_LIMIT_INFORMATION::SchedulingClass

Definition at line 4042 of file winnt_old.h.


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