2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_JOBOBJECTINFOCLASS_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_JOBOBJECTINFOCLASS_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtJobObjectBasicAccountingInformation 1
|
|
|
|
#define kNtJobObjectBasicLimitInformation 2
|
|
|
|
#define kNtJobObjectBasicProcessIdList 3
|
|
|
|
#define kNtJobObjectBasicUIRestrictions 4
|
|
|
|
#define kNtJobObjectSecurityLimitInformation 5
|
|
|
|
#define kNtJobObjectEndOfJobTimeInformation 6
|
|
|
|
#define kNtJobObjectAssociateCompletionPortInformation 7
|
|
|
|
#define kNtJobObjectBasicAndIoAccountingInformation 8
|
|
|
|
#define kNtJobObjectExtendedLimitInformation 9
|
|
|
|
#define kNtJobObjectJobSetInformation 10
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_JOBOBJECTINFOCLASS_H_ */
|