reactos/subsystems/win32
Hermès Bélusca-Maïto 80d0bde839 [CSRSRV/BASESRV/CONSRV/WINSRV]
- Add a useful CHECK_API_MSG_SIZE macro to check whether a server message structure can hold in a CSR_API_MESSAGE structure. These checks are required because LPC will use the generic CSR_API_MESSAGE structure for communicating all the different servers' messages, and thus we avoid possible buffer overflows with this method.
- Effectively use this macro for all the server message structures.
- Remove a hack regarding the maximum data size we can pass through the CSR LPC port.
- Remove the now unused CSRSS_HEADER_SIZE symbol.

svn path=/branches/ros-csrss/; revision=57810
2012-12-06 23:43:31 +00:00
..
csrsrv [CSRSRV/BASESRV/CONSRV/WINSRV] 2012-12-06 23:43:31 +00:00
csrss [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
CMakeLists.txt [CSRSS/CSRSRV] 2012-10-20 13:28:09 +00:00