mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:52:56 +00:00
PORT_MESSAGE_TYPE(m) macro added.
svn path=/trunk/; revision=1883
This commit is contained in:
parent
7c469f9c46
commit
f7d5d08e6e
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ typedef struct _LPC_MAX_MESSAGE
|
||||||
BYTE Data[MAX_MESSAGE_DATA];
|
BYTE Data[MAX_MESSAGE_DATA];
|
||||||
} LPC_MAX_MESSAGE, *PLPC_MAX_MESSAGE;
|
} LPC_MAX_MESSAGE, *PLPC_MAX_MESSAGE;
|
||||||
|
|
||||||
|
#define PORT_MESSAGE_TYPE(m) (USHORT)((m).Header.MessageType)
|
||||||
|
|
||||||
NTSTATUS STDCALL NtAcceptConnectPort (PHANDLE PortHandle,
|
NTSTATUS STDCALL NtAcceptConnectPort (PHANDLE PortHandle,
|
||||||
HANDLE NamedPortHandle,
|
HANDLE NamedPortHandle,
|
||||||
PLPC_MESSAGE ServerReply,
|
PLPC_MESSAGE ServerReply,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue