Skip to content

Commit 4897e08

Browse files
committed
Update ntobapi.h
1 parent 6c3e16d commit 4897e08

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

phnt/include/ntobapi.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
#if (PHNT_MODE != PHNT_MODE_KERNEL)
2929
typedef enum _OBJECT_INFORMATION_CLASS
3030
{
31-
ObjectBasicInformation,
32-
ObjectNameInformation,
33-
ObjectTypeInformation,
34-
ObjectTypesInformation,
35-
ObjectHandleFlagInformation,
36-
ObjectSessionInformation,
31+
ObjectBasicInformation, // OBJECT_BASIC_INFORMATION
32+
ObjectNameInformation, // OBJECT_NAME_INFORMATION
33+
ObjectTypeInformation, // OBJECT_TYPE_INFORMATION
34+
ObjectTypesInformation, // OBJECT_TYPES_INFORMATION
35+
ObjectHandleFlagInformation, // OBJECT_HANDLE_FLAG_INFORMATION
3736
MaxObjectInfoClass
3837
} OBJECT_INFORMATION_CLASS;
3938
#else

0 commit comments

Comments
 (0)