2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: lib/sdk/crt/except/ehandler.c
5 * PURPOSE: Low level exception handler functions
6 * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
9 /* INCLUDES *****************************************************************/
17 struct _EXCEPTION_RECORD
*_ExceptionRecord
,
18 void *_EstablisherFrame
,
19 struct _CONTEXT
*_ContextRecord
,
20 struct _DISPATCHER_CONTEXT
*_DispatcherContext
)
29 PEXCEPTION_RECORD rec
,
30 EXCEPTION_REGISTRATION_RECORD
* ExceptionRegistrationFrame
,
32 EXCEPTION_REGISTRATION_RECORD
** _ExceptionRecord
)