Skip to content

adlx_free_library

Navigation: ADLX SDK ReferencesADLX Functions

Syntax

int adlx_free_library (adlx_handle module)

Parameters

#DirectionNameTypeDescription
1.[in]moduleadlx_handleThe handle to the loaded module.

Return Value

If the module is successfully unloaded, a non-zero value is returned.

If the module is not successfully unloaded, zero is returned.

Remarks

When ADLX is successfully freed with this function, ADLX is unloaded from the address space of the calling process and the handle to the module is no longer valid.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0