help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'dynlibs' (#rtl)

UnloadLibrary

Unload a previously loaded library

Declaration

Source position: dynlibs.pas line 38

function UnloadLibrary(

  Lib: TLibHandle

):Boolean;

Description

UnloadLibrary unloads a previously loaded library (specified by the handle lib). The call returns True if succesful, False otherwisa.

Errors

On error, False is returned.

See also

LoadLibrary

  

Load a dynamic library and return a handle to it.

GetProcedureAddress

  

Get the address of a procedure or symbol in a dynamic library.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505