Skip to content

ADLXQueryVersion_Fn

Navigation: ADLX SDK ReferencesADLX Functions

Syntax

typedef ADLX_RESULT (ADLX_CDECL_CALL ADLXQueryVersion_Fn)(const char* version)

Parameters

#DirectionNameTypeDescription
1.[out]versionconst char**The pointer to a zero-terminated string where the version of ADLX is returned.

Return Value

If the version is successfully returned, ADLX_OK is returned.

If the 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_VERSION_FUNCTION_NAME as the function name.

Requirements

Headerinclude “ADLX.h”
Minimum version1.0

See Also: adlx_get_proc_address