Fix LPCP_PORT_OBJECT definition

svn path=/trunk/; revision=52568
This commit is contained in:
Timo Kreuzer 2011-07-08 09:25:50 +00:00
parent ef38234ab9
commit 493a3b43ad

View file

@ -209,8 +209,11 @@ typedef struct _LPCP_PORT_OBJECT
SECURITY_CLIENT_CONTEXT StaticSecurity;
LIST_ENTRY LpcReplyChainHead;
LIST_ENTRY LpcDataInfoChainHead;
PEPROCESS ServerProcess;
PEPROCESS MappingProcess;
union
{
PEPROCESS ServerProcess;
PEPROCESS MappingProcess;
};
ULONG MaxMessageLength;
ULONG MaxConnectionInfoLength;
ULONG Flags;