Close access to library
Source position: exec.pas line 1215
procedure CloseLibrary( |
lib: pLibrary |
); |
lib |
|
A Pointer to a library structure used to open the library |
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.
|
Open a library to use |