JOBOBJECTINFOCLASS (kernel32)
Last changed: anonymous

.
Summary
The information class for the limits to be set on a process job object.

C# Signature:

public enum JOBOBJECTINFOCLASS
{
    AssociateCompletionPortInformation = 7,
    BasicLimitInformation = 2,
    BasicUIRestrictions = 4,
    EndOfJobTimeInformation = 6,
    ExtendedLimitInformation = 9,
    SecurityLimitInformation = 5,
    GroupInformation = 11
}

VB Signature:

Public Enum JOBOBJECTINFOCLASS
    AssociateCompletionPortInformation = 7
    BasicLimitInformation = 2
    BasicUIRestrictions = 4
    EndOfJobTimeInformation = 6
    ExtendedLimitInformation = 9
    SecurityLimitInformation = 5
    GroupInformation = 11
End Enum!!!!User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

SetInformationJobObject

QueryInformationJobObject

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation