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