BuildTools.Job.SetInformationJobObject C# (CSharp) Метод

SetInformationJobObject() приватный Метод

private SetInformationJobObject ( IntPtr hJob, JobObjectInfoType infoType, IntPtr lpJobObjectInfo, UInt32 cbJobObjectInfoLength ) : bool
hJob System.IntPtr
infoType JobObjectInfoType
lpJobObjectInfo System.IntPtr
cbJobObjectInfoLength System.UInt32
Результат bool
        static extern bool SetInformationJobObject(IntPtr hJob, JobObjectInfoType infoType, IntPtr lpJobObjectInfo, UInt32 cbJobObjectInfoLength);