Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwindows.hGo to the documentation of this file.00001 #if !defined(__INCLUDE_WIN_WINDOWS_H) 00002 #define __INCLUDE_WIN_WINDOWS_H 00003 00004 #include <csr/protocol.h> 00005 00006 /* w32 console server */ 00007 #define WIN_SRV_WIN_CONSOLE 2 00008 NTSTATUS WINAPI ConServerDllInitialization (ULONG,LPWSTR*); 00009 00010 /* w32 user server */ 00011 #define WIN_SRV_WIN_USER 3 00012 NTSTATUS WINAPI UserServerDllInitialization (ULONG,LPWSTR*); 00013 00014 #endif /* ndef __INCLUDE_WIN_WINDOWS_H */ 00015 00016 Generated on Thu Feb 9 04:58:10 2012 for ReactOS by
1.6.3
|