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

dummy.c
Go to the documentation of this file.
00001 
00002 #include <ntddk.h>
00003 #include <reactos/rossym.h>
00004 
00005 #define NDEBUG
00006 #include <debug.h>
00007 
00008 BOOLEAN
00009 RosSymCreateFromFile(PVOID FileContext, PROSSYM_INFO *RosSymInfo)
00010 {
00011     return FALSE;
00012 }
00013 
00014 VOID
00015 RosSymDelete(PROSSYM_INFO RosSymInfo)
00016 {
00017 }
00018 
00019 BOOLEAN
00020 RosSymGetAddressInformation(PROSSYM_INFO RosSymInfo,
00021                             ULONG_PTR RelativeAddress,
00022                             ULONG *LineNumber,
00023                             char *FileName,
00024                             char *FunctionName)
00025 {
00026     return FALSE;
00027 }
00028 
00029 VOID
00030 RosSymInitKernelMode(VOID)
00031 {
00032 }

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