reactos/win32ss/user/consrv
Hermès Bélusca-Maïto 34086f2971 [CONSRV]
- Use the new PCONSOLE_PROCESS_DATA type instead of PCSR_PROCESS, for accessing console-specific fields inside a console structure (the code modifications inside these functions will follow in the next commits).
- Remove unneeded included header files in consrv.h.
- Use a DLL instance in order to facilitate the access to win32 resources.
- Activate the declaration of server apis (or rename existing ones to the Windows scheme from the http://j00ru.vexillium.org/csrss_list/api_list.html#Windows_2k3 list).
- Comment the Win32CsrValidateBuffer helper (because it should be replaced by the usage of CsrValidateMessageBuffer).
- Add the list of the old APIs (just for me, to remember at the end to check that I didn't forget ome of them during the process of moving / renaming).

svn path=/branches/ros-csrss/; revision=57686
2012-11-07 21:10:48 +00:00
..
lang
res
alias.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
CMakeLists.txt
coninput.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
conio.h [CONSRV] 2012-11-07 21:10:48 +00:00
conoutput.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
console.c [CSR/CONSRV/WINSRV] 2012-10-25 21:37:52 +00:00
consrv.h [CONSRV] 2012-11-07 21:10:48 +00:00
consrv.rc
consrv.spec
guiconsole.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
guiconsole.h [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
handle.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
init.c [CONSRV] 2012-11-07 21:10:48 +00:00
lineinput.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
resource.h [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
rsrc.rc
server.c [CONSRV] 2012-11-07 21:10:48 +00:00
tuiconsole.c [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
tuiconsole.h [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00