adlx_load_library

Loads a module into the address space of the calling process.

Syntax

Copied!

adlx_handle    adlx_load_library (const TCHAR* filename)

Parameters

  1. [in] filename const 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

Header

include “ADLXDefines.h”

Minimum version

1.0