ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

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

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  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

base.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 doxygen 1.7.6.1

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