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

CloseLibrary

Close access to library

Declaration

Source position: exec.pas line 1277

procedure CloseLibrary(

  Library_: PLibrary

);

Description

This function informs the system that access to the given library has been concluded. The user must not reference the library or any function in the library after this close.

See also

OpenLibrary

  

Open a library to use


Documentation generated on: 2017-01-10