[KERNEL32/CONSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 15 Nov 2012 21:02:01 +0000 (21:02 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 15 Nov 2012 21:02:01 +0000 (21:02 +0000)
commit1ccafa6caee768418f0e43c85707fd04650544f7
tree66e76da601df59aadd0caac0ec72045d7a1f6106
parentd6b0ad349a7c9d11c291c50f3912c9e5a9a5d071
[KERNEL32/CONSRV]
- Use capture buffers to pass (variable-length) strings to the console server.
- Merge the CSRSS_ADD_CONSOLE_ALIAS and CSRSS_GET_CONSOLE_ALIAS structures into a unique structure CSRSS_CONSOLE_ALIAS.

TODO: Check what happens to the "/ sizeof(WCHAR);" in GetConsoleAliasesW.

svn path=/branches/ros-csrss/; revision=57712
dll/win32/kernel32/client/console/alias.c
include/reactos/subsys/win/conmsg.h
win32ss/user/consrv/alias.c