[NTDLL/KERNEL32]
[reactos.git] / include / reactos / subsys / win / base.h
1 /*** Public header for BASESRV and the rest ***/
2
3 #ifndef __INCLUDE_WIN_BASE_H
4 #define __INCLUDE_WIN_BASE_H
5
6 //#include <csr/protocol.h>
7
8 /* Base Server */
9
10 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_ROUTINE)(PVOID);
11
12 NTSTATUS WINAPI BaseSetProcessCreateNotify (BASE_PROCESS_CREATE_NOTIFY_ROUTINE);
13 CSR_SERVER_DLL_INIT(ServerDllInitialization);
14
15 #endif // __INCLUDE_WIN_BASE_H
16
17 /* EOF */