Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

CloseLibrary

Close access to library

Declaration

Source position: exec.pas line 1215

procedure CloseLibrary(

  lib: pLibrary

);

Arguments

lib

  

A Pointer to a library structure used to open the library

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: 2021-07-30