Close access to library
Source position: exec.pas line 1972
procedure CloseLibrary( |
libHandle: PLibrary |
); |
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 |