[CSRSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 4 Dec 2012 23:01:54 +0000 (23:01 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 4 Dec 2012 23:01:54 +0000 (23:01 +0000)
commit2599e85e27c48bb36fca5eb7700b2a55ea27f57c
tree10cbb4c046eff5eaa8a356714f402d4d65d09220
parent24087a3b01587f200479465f1f8dbd06a1ce3f1b
[CSRSRV]
- Correct a misspelling 'CsrThreadAltertable' -> 'CsrThreadAlertable'.
- Introduce CSR_REPLY_CODEs instead of using hardcoded values, and use them with CSR_API_ROUTINE-type functions. They correspond to which decision CSRSRV should take after a server function is called: answer to the client or not, and perform according tasks.

[BASESRV]
Use CSR_REPLY_CODEs.

svn path=/branches/ros-csrss/; revision=57801
include/reactos/subsys/csr/csrsrv.h
subsystems/win/basesrv/server.c
subsystems/win32/csrsrv/api.c
subsystems/win32/csrsrv/server.c