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

ReleaseLibrary

Unload a library

Declaration

Source position: dynlibs.pas line 103

function ReleaseLibrary(

  var Handler: TLibHandler

):Integer;

Description

ReleaseLibrary will decrease the reference count on Handler and if it reaches zero, the library is unloaded.

See also

InitializeLibrary

  

Load a library and initialize a set of symbols

TryInitializeLibrary

  

Try to load a library and initialize a set of symbols


Documentation generated on: Oct 02 2010