BuildTools.Job.SetInformationJobObject C# (CSharp) Méthode

SetInformationJobObject() private méthode

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