2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_VALUEINFORMATIONCLASS_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_VALUEINFORMATIONCLASS_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtKeyValueBasicInformation 0
|
|
|
|
#define kNtKeyValueFullInformation 1
|
|
|
|
#define kNtKeyValuePartialInformation 2
|
|
|
|
#define kNtKeyValueFullInformationAlign64 3
|
|
|
|
#define kNtKeyValuePartialInformationAlign64 4
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_VALUEINFORMATIONCLASS_H_ */
|