11 #include <corecrt_terminate.h>
23 typedef void (__clrcall* __unexpected_function_m)();
24 typedef void (__clrcall* __unexpected_handler_m)();
27 struct _EXCEPTION_POINTERS;
41 typedef void (__cdecl* _se_translator_function)(
unsigned int,
struct _EXCEPTION_POINTERS*);
43 _VCRTIMP _se_translator_function __cdecl _set_se_translator(
44 _In_opt_ _se_translator_function _NewSETranslator
51 _VCRTIMP int __cdecl _is_exception_typeof(
53 _In_ _EXCEPTION_POINTERS* _ExceptionPtr
56 _VCRTIMP bool __cdecl __uncaught_exception();
57 _VCRTIMP int __cdecl __uncaught_exceptions();
void __CRTDECL unexpected()
Definition: exception:212
#define _VCRTIMP
Definition: vcruntime.h:115
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
#define __CRTDECL
Definition: vcruntime.h:156
void(__cdecl * unexpected_handler)()
Definition: exception:193
#define _In_
Definition: sal.h:305
#define _In_opt_
Definition: sal.h:306
void(__CRTDECL * unexpected_function)()
Definition: eh.h:20
unexpected_handler __CRTDECL set_unexpected(unexpected_handler) _THROW0()
Definition: exception:202
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
__interface __declspec(uuid("00000035-0000-0000-C000-000000000046")) __abi_IActivationFactory
Definition: vccorlib.h:286
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *unexpected_handler)()
Definition: vcruntime_typeinfo.h:62