[PATCH 1/2] include: Added OBJECT_TYPE_INFORMATION to winternl.h.

Austin Lund austin.lund at gmail.com
Wed Jul 6 05:46:16 CDT 2011


---
 include/winternl.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index 21879d0..cba5171 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1040,6 +1040,11 @@ typedef struct _OBJECT_NAME_INFORMATION {
     UNICODE_STRING Name;
 } OBJECT_NAME_INFORMATION, *POBJECT_NAME_INFORMATION;
 
+typedef struct __OBJECT_TYPE_INFORMATION {
+    UNICODE_STRING TypeName;
+    ULONG Reserved [22];
+} OBJECT_TYPE_INFORMATION, *POBJECT_TYPE_INFORMATION;
+
 typedef struct _PROCESS_BASIC_INFORMATION {
 #ifdef __WINESRC__
     DWORD_PTR ExitStatus;
-- 
1.7.4.1




More information about the wine-patches mailing list