SetInformationJobObject(Job, JobObjectInfoClass, JobObjectInfo)
Sets quotas and limits for a job
JobObjectInfoClass | Type of information to be set |
JobObjectBasicLimitInformation | A JOBOBJECT_BASIC_LIMIT_INFORMATION dict |
JobObjectExtendedLimitInformation | dict representing a JOBOBJECT_EXTENDED_LIMIT_INFORMATION struct |
JobObjectEndOfJobTimeInformation | dict representing a JOBOBJECT_END_OF_JOB_TIME_INFORMATION struct |
JobObjectBasicUIRestrictions | dict representing a JOBOBJECT_BASIC_UI_RESTRICTIONS struct |
JobObjectJobSetInformation | Input is a JOBOBJECT_JOBSET_INFORMATION dict - Not implemented |
JobObjectSecurityLimitInformation | Input is a JOBOBJECT_SECURITY_LIMIT_INFORMATION dict - Not implemented |
JobObjectAssociateCompletionPortInformation | Input is a JOBOBJECT_ASSOCIATE_COMPLETION_PORT dict - Not implemented |