Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhost.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
1.7.6.1
|