ReactOS
0.4.15-dev-4616-g17e0e44
|
#include <crtdefs.h>
Go to the source code of this file.
Typedefs | |
typedef void(__cdecl * | terminate_function) (void) |
typedef void(__cdecl * | terminate_handler) (void) |
typedef void(__cdecl * | unexpected_function) (void) |
typedef void(__cdecl * | unexpected_handler) (void) |
typedef struct _EXCEPTION_POINTERS *_CRTIMP | __declspec(noreturn) void __cdecl terminate(void) |
Functions | |
typedef | void (__cdecl *_se_translator_function)(unsigned int |
_CRTIMP void __cdecl | unexpected (void) |
_CRTIMP int __cdecl | _is_exception_typeof (const type_info &_Type, struct _EXCEPTION_POINTERS *_ExceptionPtr) |
_CRTIMP terminate_function __cdecl | set_terminate (terminate_function _NewPtFunc) |
_CRTIMP terminate_function __cdecl | _get_terminate (void) |
_CRTIMP unexpected_function __cdecl | set_unexpected (unexpected_function _NewPtFunc) |
_CRTIMP unexpected_function __cdecl | _get_unexpected (void) |
_CRTIMP _se_translator_function __cdecl | _set_se_translator (_se_translator_function _NewPtFunc) |
_CRTIMP bool __cdecl | __uncaught_exception (void) |
_CRTIMP terminate_function __cdecl _get_terminate | ( | void | ) |
_CRTIMP unexpected_function __cdecl _get_unexpected | ( | void | ) |
_CRTIMP int __cdecl _is_exception_typeof | ( | const type_info & | _Type, |
struct _EXCEPTION_POINTERS * | _ExceptionPtr | ||
) |
_CRTIMP _se_translator_function __cdecl _set_se_translator | ( | _se_translator_function | _NewPtFunc | ) |
_CRTIMP terminate_function __cdecl set_terminate | ( | terminate_function | _NewPtFunc | ) |
Referenced by main(), and Terminate1().
_CRTIMP unexpected_function __cdecl set_unexpected | ( | unexpected_function | _NewPtFunc | ) |