18 lines
615 B
C
18 lines
615 B
C
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_
|
|
|
|
#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
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_PROCESSINFOCLASS_H_ */
|