[Overview][Constants][Types][Procedures and functions][Index] |
Unload a previously loaded library
Source position: dynlibs.pas line 37
function UnloadLibrary( |
Lib: TLibHandle |
):Boolean; |
UnloadLibrary unloads a previously loaded library (specified by the handle lib). The call returns True if successful, False otherwise.
On error, False is returned.
|
Load a dynamic library and return a handle to it. |
|
|
Get the address of a procedure or symbol in a dynamic library. |