[NTIFS] Add back some members of OBJECT_INFORMATION_CLASS, with a comment that they...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Mar 2010 22:23:12 +0000 (22:23 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Mar 2010 22:23:12 +0000 (22:23 +0000)
svn path=/branches/header-work/; revision=46079

include/ddk/ntifs.h

index 22cc3cc..0c1e007 100644 (file)
@@ -743,7 +743,12 @@ typedef enum _MANDATORY_LEVEL {
 
 typedef enum _OBJECT_INFORMATION_CLASS {
   ObjectBasicInformation = 0,
 
 typedef enum _OBJECT_INFORMATION_CLASS {
   ObjectBasicInformation = 0,
-  ObjectTypeInformation = 2
+  ObjectNameInformation = 1, /* FIXME, not in WDK */
+  ObjectTypeInformation = 2,
+  ObjectTypesInformation = 3, /* FIXME, not in WDK */
+  ObjectHandleFlagInformation = 4, /* FIXME, not in WDK */
+  ObjectSessionInformation = 5, /* FIXME, not in WDK */
+  MaxObjectInfoClass /* FIXME, not in WDK */
 } OBJECT_INFORMATION_CLASS;
 
 #if (NTDDI_VERSION >= NTDDI_NT4)
 } OBJECT_INFORMATION_CLASS;
 
 #if (NTDDI_VERSION >= NTDDI_NT4)