Old Version of OpenLibrary (deprecated)
Source position: exec.pas line 1969
function OldOpenLibrary( |
libName: PChar |
):PLibrary; |
libName |
|
The name of the library to open |
A library pointer for a successful open, else nil.
This is the same function as OpenLibrary(), only that it uses 0 as version number. This function is obsolete. Don't use it.
|
Open a library to use |