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

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

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