BuildTools.Job.SetInformationJobObject C# (CSharp) Method

SetInformationJobObject() private method

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