Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenehandler.c
Go to the documentation of this file.
00001 00002 #include <precomp.h> 00003 00004 00005 _CRTIMP 00006 EXCEPTION_DISPOSITION 00007 __cdecl 00008 __C_specific_handler( 00009 struct _EXCEPTION_RECORD *_ExceptionRecord, 00010 void *_EstablisherFrame, 00011 struct _CONTEXT *_ContextRecord, 00012 struct _DISPATCHER_CONTEXT *_DispatcherContext) 00013 { 00014 UNIMPLEMENTED; 00015 return 0; 00016 } 00017 Generated on Fri May 25 2012 04:34:53 for ReactOS by
1.7.6.1
|