Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenPostDbgMesg.h
Go to the documentation of this file.
00001 #ifndef __DBG_DUMP_TOOLS__H__ 00002 #define __DBG_DUMP_TOOLS__H__ 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif //__cplusplus 00007 00008 BOOLEAN 00009 _cdecl 00010 DbgDump_Printf( 00011 PCHAR Format, 00012 ... 00013 ); 00014 00015 BOOLEAN 00016 __stdcall 00017 DbgDump_Print( 00018 PCHAR Msg 00019 ); 00020 00021 BOOLEAN 00022 __stdcall 00023 DbgDump_Printn( 00024 PCHAR Msg, 00025 ULONG Length 00026 ); 00027 00028 BOOLEAN 00029 __stdcall 00030 DbgDump_Reconnect(VOID); 00031 00032 VOID 00033 __stdcall 00034 DbgDump_Disconnect(VOID); 00035 00036 VOID 00037 __stdcall 00038 DbgDump_SetAutoReconnect( 00039 BOOLEAN AutoReconnect 00040 ); 00041 00042 #ifdef __cplusplus 00043 }; 00044 #endif //__cplusplus 00045 00046 #endif //__DBG_DUMP_TOOLS__H__ Generated on Sun May 27 2012 04:28:26 for ReactOS by
1.7.6.1
|