Commit in reactos/include/ntos on MAIN | |||
zwtypes.h | +2 | 1.33 -> 1.34 |
Add LPC_MESSAGE_BASE_SIZE definition.
diff -u -r1.33 -r1.34 --- zwtypes.h 9 Apr 2004 20:03:11 -0000 1.33 +++ zwtypes.h 9 Apr 2004 20:29:29 -0000 1.34 @@ -1706,6 +1706,8 @@
ULONG SectionSize; /* CallbackID */ } LPC_MESSAGE, *PLPC_MESSAGE;
+#define LPC_MESSAGE_BASE_SIZE sizeof(LPC_MESSAGE) +
#define PORT_MESSAGE_TYPE(m) (LPC_TYPE)((m).Header.MessageType) #define PORT_MAX_DATA_LENGTH 0x104