mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTIFS] Add back some members of OBJECT_INFORMATION_CLASS, with a comment that they are missing in WDK
svn path=/branches/header-work/; revision=46079
This commit is contained in:
+6
-1
@@ -743,7 +743,12 @@ typedef enum _MANDATORY_LEVEL {
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user