mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +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];
|
||||
} LPC_MAX_MESSAGE, *PLPC_MAX_MESSAGE;
|
||||
|
||||
#define PORT_MESSAGE_TYPE(m) (USHORT)((m).Header.MessageType)
|
||||
|
||||
NTSTATUS STDCALL NtAcceptConnectPort (PHANDLE PortHandle,
|
||||
HANDLE NamedPortHandle,
|
||||
PLPC_MESSAGE ServerReply,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue