freeLibrary

Syntax

freeLibrary(NameOfDll:integer) → boolean

The function freeLibrary unloads the DLL, which was loaded with the parameter handle of data type integer.

The return value is true, when the program succeeded in unloading the DLL, false, if it failed.

Return Value

The return value has the data type boolean.

Related Topic

loadLibrary