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

host.h
Go to the documentation of this file.
00001 #ifdef __REACTOS__
00002 
00003 #include "native/host_native.h"
00004 #define HOST_InitConsole NATIVE_InitConsole
00005 #define HOST_InitMemory NATIVE_InitMemory
00006 #define HOST_CreateFileSystemList NATIVE_CreateFileSystemList
00007 
00008 #else
00009 
00010 #include "win32/host_win32.h"
00011 #define HOST_InitConsole WIN32_InitConsole
00012 #define HOST_InitMemory WIN32_InitMemory
00013 #define HOST_CreateFileSystemList WIN32_CreateFileSystemList
00014 
00015 #endif
00016 
00017 BOOLEAN
00018 HOST_InitConsole(
00019     VOID);
00020 
00021 BOOLEAN
00022 HOST_InitMemory(
00023     VOID);
00024 
00025 BOOLEAN
00026 HOST_CreateFileSystemList(
00027     IN PFILE_SYSTEM_LIST List);
00028 
00029 BOOLEAN
00030 HOST_FormatPartition(
00031     IN PFILE_SYSTEM_ITEM FileSystem,
00032     IN PCUNICODE_STRING DriveRoot,
00033     IN PFMIFSCALLBACK Callback);

Generated on Sun May 27 2012 04:17:58 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.