Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.33 KB

get-unexpected.md

File metadata and controls

41 lines (31 loc) · 1.33 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: _get_unexpected
_get_unexpected
1/14/2021
_get_unexpected
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
DLLExport
apiref
__get_unexpected
_get_unexpected
get_unexpected
__get_unexpected function
get_unexpected function
_get_unexpected function
a5f7a7a0-18e0-485e-953d-db291068a1e8

_get_unexpected

Returns the termination routine to be called by unexpected.

Syntax

unexpected_function _get_unexpected( void );

Return value

Returns a pointer to the function registered by set_unexpected. If no function has been set, the return value may be used to restore the default behavior; this value may be NULL.

Requirements

Routine Required header
_get_unexpected <eh.h>

For more compatibility information, see Compatibility.

See also

Exception handling routines
abort
set_terminate
terminate
unexpected