Close access to library
Source position: exec.pas line 1834
function CloseLibrary( |
Lib: PLibrary |
):Pointer; |
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 |