We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e16d commit 4897e08Copy full SHA for 4897e08
phnt/include/ntobapi.h
@@ -28,12 +28,11 @@
28
#if (PHNT_MODE != PHNT_MODE_KERNEL)
29
typedef enum _OBJECT_INFORMATION_CLASS
30
{
31
- ObjectBasicInformation,
32
- ObjectNameInformation,
33
- ObjectTypeInformation,
34
- ObjectTypesInformation,
35
- ObjectHandleFlagInformation,
36
- ObjectSessionInformation,
+ ObjectBasicInformation, // OBJECT_BASIC_INFORMATION
+ ObjectNameInformation, // OBJECT_NAME_INFORMATION
+ ObjectTypeInformation, // OBJECT_TYPE_INFORMATION
+ ObjectTypesInformation, // OBJECT_TYPES_INFORMATION
+ ObjectHandleFlagInformation, // OBJECT_HANDLE_FLAG_INFORMATION
37
MaxObjectInfoClass
38
} OBJECT_INFORMATION_CLASS;
39
#else
0 commit comments