ACR_DatabaseConnector.DatabaseConnector.SetInformationJobObject C# (CSharp) Method

SetInformationJobObject() private method

private SetInformationJobObject ( IntPtr hJob, JOBOBJECTINFOCLASS JobObjectInfoClass, IntPtr lpJobObjectInfo, uint cbJobObjectInfoLength ) : int
hJob System.IntPtr
JobObjectInfoClass JOBOBJECTINFOCLASS
lpJobObjectInfo System.IntPtr
cbJobObjectInfoLength uint
return int
        private static extern int SetInformationJobObject(IntPtr hJob,
           JOBOBJECTINFOCLASS JobObjectInfoClass, IntPtr lpJobObjectInfo,
           uint cbJobObjectInfoLength);