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 |
|
|
|
|
|
|
a5f7a7a0-18e0-485e-953d-db291068a1e8 |
Returns the termination routine to be called by unexpected
.
unexpected_function _get_unexpected( void );
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
.
Routine | Required header |
---|---|
_get_unexpected |
<eh.h> |
For more compatibility information, see Compatibility.
Exception handling routines
abort
set_terminate
terminate
unexpected