Skip to content

adlx_load_library

Navigation: ADLX SDK ReferencesADLX Functions

Syntax

adlx_handle adlx_load_library (const TCHAR* filename)

Parameters

#DirectionNameTypeDescription
1.[in]filenameconst TCHAR*The zero-terminated string that specifies the file name of the module to be loaded.

Return Value

If the module is successfully loaded, a handle to the loaded module is returned.

If the module is not successfully loaded, nullptr is returned.

Remarks

Use this function to load ADLX in your application. Specify the filename parameter as ADLX_DLL_NAME.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0