File Index Symbol Index

//
// corecrt_terminate.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The terminate handler
//
#pragma once
#include <corecrt.h>
#ifndef RC_INVOKED
// terminate_handler is the standard name; terminate_function is defined for
// source compatibility.
#ifdef _M_CEE
typedef void (__clrcall* __terminate_function_m)();
typedef void (__clrcall* __terminate_handler_m )();
#endif
#ifdef __cplusplus
#ifndef _M_CEE_PURE
)
throw
();
#endif
#endif // __cplusplus
#endif // RC_INVOKED