_get_terminate

返回 terminate 将调用的终止例程。

语法

terminate_function _get_terminate( void );

返回值

返回指向 set_terminate 注册的函数的指针。 如果尚未设置函数,则返回值可用于还原默认行为;此值可能为 NULL

备注

默认情况下,此函数的全局状态范围限定为应用程序。 若要更改此行为,请参阅 CRT 中的全局状态

要求

例程 必需的标头
_get_terminate <eh.h>

有关兼容性的详细信息,请参阅 兼容性

另请参阅

异常处理例程
abort
set_unexpected
terminate
unexpected