_crt_atexit
Registers a function to be executed on exit.
int _crt_atexit(
_PVFV const function
)
function
The function to be executed on exit.
Returns 0 if successful, or a nonzero value if an error occurs.
This function modifies the global onexit table.
Routine | Exported by |
---|---|
_crt_atexit |
<ucrtbase_enclave.dll> |