22 typedef void (__clrcall* __terminate_function_m)();
23 typedef void (__clrcall* __terminate_handler_m )();
34 _In_opt_ terminate_handler _NewTerminateHandler
37 _ACRTIMP terminate_handler __cdecl _get_terminate();
#define _ACRTIMP
Definition: corecrt.h:27
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
void __CRTDECL terminate() _NOEXCEPT
Definition: exception:208
#define __CRTDECL
Definition: vcruntime.h:156
#define _In_opt_
Definition: sal.h:306
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *terminate_handler)()
__interface __declspec(uuid("00000035-0000-0000-C000-000000000046")) __abi_IActivationFactory
Definition: vccorlib.h:286
void(__CRTDECL * terminate_function)()
Definition: corecrt_terminate.h:19
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
terminate_handler __CRTDECL set_terminate(terminate_handler) _THROW0()
Definition: exception:196