mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Define macros for LPC limits:
PORT_MAX_DATA_LENGTH 0x104 PORT_MAX_MESSAGE_LENGTH 0x148 svn path=/trunk/; revision=7938
This commit is contained in:
parent
70ced9fd3b
commit
f4625da5df
1 changed files with 3 additions and 0 deletions
|
@ -1714,6 +1714,9 @@ typedef struct _LPC_MAX_MESSAGE
|
|||
|
||||
#define PORT_MESSAGE_TYPE(m) (LPC_TYPE)((m).Header.MessageType)
|
||||
|
||||
#define PORT_MAX_DATA_LENGTH 0x104
|
||||
#define PORT_MAX_MESSAGE_LENGTH 0x148
|
||||
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
typedef struct _LPC_PORT_BASIC_INFORMATION
|
||||
|
|
Loading…
Reference in a new issue