ReactOS 0.4.15-dev-7942-gd23573b
ehandler.c File Reference
#include <precomp.h>
Include dependency graph for ehandler.c:

Go to the source code of this file.

Functions

_CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord, void *_EstablisherFrame, struct _CONTEXT *_ContextRecord, struct _DISPATCHER_CONTEXT *_DispatcherContext)
 
DWORD __CxxFrameHandler3 (PEXCEPTION_RECORD rec, EXCEPTION_REGISTRATION_RECORD *ExceptionRegistrationFrame, PCONTEXT context, EXCEPTION_REGISTRATION_RECORD **_ExceptionRecord)
 

Function Documentation

◆ __C_specific_handler()

_CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler ( struct _EXCEPTION_RECORD _ExceptionRecord,
void _EstablisherFrame,
struct _CONTEXT _ContextRecord,
struct _DISPATCHER_CONTEXT _DispatcherContext 
)

Definition at line 16 of file ehandler.c.

21{
24 return 0;
25}
#define UNIMPLEMENTED
Definition: debug.h:115
void __cdecl __debugbreak(void)
Definition: intrin_ppc.h:698

◆ __CxxFrameHandler3()

DWORD __CxxFrameHandler3 ( PEXCEPTION_RECORD  rec,
EXCEPTION_REGISTRATION_RECORD ExceptionRegistrationFrame,
PCONTEXT  context,
EXCEPTION_REGISTRATION_RECORD **  _ExceptionRecord 
)

Definition at line 28 of file ehandler.c.

33{
36 return 0;
37}