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);