2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtProcessBasicInformation 0
|
|
|
|
#define kNtProcessQuotaLimits 1
|
|
|
|
#define kNtProcessIoCounters 2
|
|
|
|
#define kNtProcessVmCounters 3
|
|
|
|
#define kNtProcessTimes 4
|
|
|
|
#define kNtProcessBasePriority 5
|
|
|
|
#define kNtProcessRaisePriority 6
|
|
|
|
#define kNtProcessDebugPort 7
|
|
|
|
#define kNtProcessExceptionPort 8
|
|
|
|
#define kNtProcessAccessToken 9
|
|
|
|
#define kNtProcessWow64Information 26
|
|
|
|
#define kNtProcessImageFileName 27
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_ */
|