Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenbase.h
Go to the documentation of this file.
00001 #if !defined(__INCLUDE_WIN_BASE_H) 00002 #define __INCLUDE_WIN_BASE_H 00003 00004 #include <csr/protocol.h> 00005 00006 /* w32 base server */ 00007 00008 #define WIN_SRV_BASE 1 00009 00010 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_ROUTINE)(PVOID); 00011 00012 NTSTATUS WINAPI BaseSetProcessCreateNotify (BASE_PROCESS_CREATE_NOTIFY_ROUTINE); 00013 NTSTATUS WINAPI ServerDllInitialization (ULONG,LPWSTR*); 00014 00015 #endif /* ndef __INCLUDE_WIN_BASE_H */ 00016 Generated on Sat May 26 2012 04:32:07 for ReactOS by
1.7.6.1
|