AcManager.Tools.Helpers.ChildProcessTracker.SetInformationJobObject C# (CSharp) Method

SetInformationJobObject() private method

private SetInformationJobObject ( IntPtr job, JobObjectInfoType infoType, IntPtr lpJobObjectInfo, uint cbJobObjectInfoLength ) : bool
job System.IntPtr
infoType JobObjectInfoType
lpJobObjectInfo System.IntPtr
cbJobObjectInfoLength uint
return bool
        static extern bool SetInformationJobObject(IntPtr job, JobObjectInfoType infoType,
            IntPtr lpJobObjectInfo, uint cbJobObjectInfoLength);