ADLXQueryFullVersion_Fn
A pointer to the function to query the full version of ADLX.
Syntax
typedef ADLX_RESULT (ADLX_CDECL_CALL *ADLXQueryFullVersion_Fn)(adlx_uint64* fullVersion)
Parameters
-
[out]
fullVersion adlx_uint64* The pointer to a variable where the full version of ADLX is returned.
Return Value
If the full version is successfully returned, ADLX_OK is returned.
If the full version is not successfully returned, 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_QUERY_FULL_VERSION_FUNCTION_NAME as the function name.
Requirements
Header |
include “ADLX.h” |
Minimum version |
1.0 |