使用英语阅读

通过


_crt_atexit

注册在退出时执行的函数。

语法

int _crt_atexit(
    _PVFV const function
    )

参数

function
在退出时执行的函数。

返回

如果成功,返回 0;如果发生错误,则返回非零值。

注解

此函数会修改全局 onexit 表。

要求

例程 导出者
_crt_atexit <ucrtbase_enclave.dll>