From 5158e5161909a17aedffb57bc08a54449343c246 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 10 Mar 2010 22:23:12 +0000 Subject: [PATCH] [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 --- include/ddk/ntifs.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/ddk/ntifs.h b/include/ddk/ntifs.h index 22cc3cc1a63..0c1e007425d 100644 --- a/include/ddk/ntifs.h +++ b/include/ddk/ntifs.h @@ -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) -- 2.17.1