File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2220,15 +2220,19 @@ type JOBOBJECT_BASIC_UI_RESTRICTIONS struct {
2220
2220
}
2221
2221
2222
2222
const (
2223
- // JobObjectInformationClass
2223
+ // JobObjectInformationClass for QueryInformationJobObject and SetInformationJobObject
2224
2224
JobObjectAssociateCompletionPortInformation = 7
2225
+ JobObjectBasicAccountingInformation = 1
2226
+ JobObjectBasicAndIoAccountingInformation = 8
2225
2227
JobObjectBasicLimitInformation = 2
2228
+ JobObjectBasicProcessIdList = 3
2226
2229
JobObjectBasicUIRestrictions = 4
2227
2230
JobObjectCpuRateControlInformation = 15
2228
2231
JobObjectEndOfJobTimeInformation = 6
2229
2232
JobObjectExtendedLimitInformation = 9
2230
2233
JobObjectGroupInformation = 11
2231
2234
JobObjectGroupInformationEx = 14
2235
+ JobObjectLimitViolationInformation = 13
2232
2236
JobObjectLimitViolationInformation2 = 34
2233
2237
JobObjectNetRateControlInformation = 32
2234
2238
JobObjectNotificationLimitInformation = 12
You can’t perform that action at this time.
0 commit comments