ReactOS 0.4.15-dev-6056-gb29b268
|
#include <windef.h>
#include <winbase.h>
#include <ndk/rtltypes.h>
#include <wine/debug.h>
#include <wine/exception.h>
#include <internal/wine/msvcrt.h>
#include <internal/wine/cppexcept.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | WINE_NO_TRACE_MSGS |
#define WIN32_NO_STATUS |
Definition at line 8 of file framehandler.c.
#define WINE_NO_TRACE_MSGS |
Definition at line 13 of file framehandler.c.
DWORD CDECL CallCxxFrameHandler | ( | PEXCEPTION_RECORD | rec, |
EXCEPTION_REGISTRATION_RECORD * | frame, | ||
PCONTEXT | context, | ||
EXCEPTION_REGISTRATION_RECORD ** | dispatch, | ||
const cxx_function_descr * | descr | ||
) |
Referenced by CxxHandleV8Frame().
DWORD __stdcall CxxHandleV8Frame | ( | _In_ PEXCEPTION_RECORD | rec, |
_In_ EXCEPTION_REGISTRATION_RECORD * | frame, | ||
_In_ PCONTEXT | context, | ||
_In_ EXCEPTION_REGISTRATION_RECORD ** | dispatch, | ||
_In_ const cxx_function_descr * | descr | ||
) |
Definition at line 25 of file framehandler.c.