ADLXTerminate_Fn

A pointer to the function to terminate ADLX.

Syntax

Copied!

typedef ADLX_RESULT  (ADLX_CDECL_CALL *ADLXTerminate_Fn)()

Parameters

N/A

Return Value

If the function is successfully executed, ADLX_OK is returned.

If the function is not successfully executed, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The pointer of the function is returned by the adlx_get_proc_address using the ADLX_TERMINATE_FUNCTION_NAME as the function name.

Requirements

Header

include “ADLX.h”

Minimum version

1.0