description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _get_terminate |
_get_terminate |
4/2/2020 |
|
|
|
|
|
|
c8f168c4-0ad5-4832-a522-dd1ef383c208 |
Returns the termination routine to be called by terminate
.
terminate_function _get_terminate( void );
Returns a pointer to the function registered by set_terminate
. If no function has been set, the return value may be used to restore the default behavior; this value may be NULL
.
By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.
Routine | Required header |
---|---|
_get_terminate |
<eh.h> |
For more compatibility information, see Compatibility.
Exception handling routines
abort
set_unexpected
terminate
unexpected