adlx_free_library
Frees a loaded module.
Syntax
Parameters
-
[in]
module adlx_handle The 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
Header |
include “ADLXDefines.h” |
Minimum version |
1.0 |