1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Added OBJECT_TYPE_INFORMATION to winternl.h.

This commit is contained in:
Austin Lund 2011-07-06 20:46:16 +10:00 committed by Alexandre Julliard
parent b49aaf1fed
commit 84e9a23d8d

View File

@ -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;