[BASESRV]
[reactos.git] / subsystems / win32 / csrsrv / api / process.c
1 /*
2 * subsystems/win32/csrss/csrsrv/api/process.c
3 *
4 *
5 *
6 * ReactOS Operating System
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include <srv.h>
12
13 #define NDEBUG
14 #include <debug.h>
15
16
17
18 /* GLOBALS *******************************************************************/
19
20 /* FUNCTIONS *****************************************************************/
21
22 /**********************************************************************
23 * CSRSS API
24 *********************************************************************/
25
26 /***
27 *** Some APIs from here will go to basesrv.dll, some others to winsrv.dll.
28 *** Furthermore, this structure uses the old definition of APIs list.
29 *** The new one is in fact three arrays, one of APIs pointers, one other of
30 *** corresponding indexes, and the third one of names (not very efficient...).
31 ***/
32
33 /* EOF */