Table of Contents

Enum JobObjectInfoType

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

Used for the SetInformationJobObject API

public enum JobObjectInfoType

Fields

AssociateCompletionPortInformation = 7

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_ASSOCIATE_COMPLETION_PORT structure.

BasicLimitInformation = 2

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_BASIC_LIMIT_INFORMATION structure.

BasicUIRestrictions = 4

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_BASIC_UI_RESTRICTIONS structure.

EndOfJobTimeInformation = 6

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_END_OF_JOB_TIME_INFORMATION structure.

ExtendedLimitInformation = 9

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_EXTENDED_LIMIT_INFORMATION structure.

GroupInformation = 11

The lpJobObjectInfo parameter is a pointer to a USHORT value that specifies the list of processor groups to assign the job to.

SecurityLimitInformation = 5

The lpJobObjectInfo parameter is a pointer to a JOBOBJECT_SECURITY_LIMIT_INFORMATION structure.