Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Info
  3. Community
  4. Development
  5. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

windows.h

Go 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 Mon Mar 15 06:20:07 2010 for ReactOS by doxygen 1.6.2

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.