File Index Symbol Index

//
// eh.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// User-includable header for exception handling.
//
#pragma once
#define _INC_EH
#include <corecrt_terminate.h>
#ifndef RC_INVOKED
// unexpected_handler is the standard name; unexpected_function is defined for
// source compatibility.
#ifdef _M_CEE
typedef void (__clrcall* __unexpected_function_m)();
typedef void (__clrcall* __unexpected_handler_m)();
#endif
struct
_EXCEPTION_POINTERS
;
#ifdef __cplusplus
#ifndef _M_CEE_PURE
)
noexcept
;
typedef
void
(
__cdecl
*
_se_translator_function
)(
unsigned
int
,
struct
_EXCEPTION_POINTERS
*); );
#endif
class
type_info
; );
#endif
#endif // RC_INVOKED