adlx_get_proc_address
Retrieves the address of a function from a module.
Syntax
Parameters
-
[in]
module adlx_handle The handle to the module. -
[in]
procName const char* The zero-terminated string that specifies the name of the function.
Return Value
If the function was found, the address of the function is returned.
If the function was not found, nullptr is returned.
Remarks
Use this function to load ADLX functions from the ADLX module. The name of the ADLX function can be one of values: ADLX_QUERY_FULL_VERSION_FUNCTION_NAME , ADLX_QUERY_VERSION_FUNCTION_NAME , ADLX_INIT_FUNCTION_NAME , ADLX_INIT_WITH_CALLER_ADL_FUNCTION_NAME , ADLX_TERMINATE_FUNCTION_NAME .
Parameter: procName |
Description |
Return Value |
---|---|---|
The function to query the full version of ADLX. |
||
The function to query the version of ADLX. |
||
The function to initialize ADLX with default parameters. |
||
The function to initialize ADLX with a legacy driver. |
||
The function to initialize ADLX with an ADL context. |
||
The function to terminate ADLX. |
Requirements
Header |
include “ADLXDefines.h” |
Minimum version |
1.0 |