|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>
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) |
| _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.
| DWORD __CxxFrameHandler3 | ( | PEXCEPTION_RECORD | rec, |
| EXCEPTION_REGISTRATION_RECORD * | ExceptionRegistrationFrame, | ||
| PCONTEXT | context, | ||
| EXCEPTION_REGISTRATION_RECORD ** | _ExceptionRecord | ||
| ) |
Definition at line 28 of file ehandler.c.