[Overview][Constants][Types][Procedures and functions][Index] |
Load symbol addresses from a library
Source position: dynlibs.pas line 111
function LoadLibrarySymbols( |
const Lib: TLibHandle; |
const Symbols: PLibSymbol; |
const Count: Integer; |
const ErrorSym: PPLibSymbol = nil |
):Boolean; |
LoadLibrarySymbols loads the addresses of Count symbols described in Symbols, using the library handle Lib. It returns True if all symbols were loaded successfully. If a symbol definition cannot be loaded, a pointer to the definition will be stored in the location pointed to by ErrorSym, and False will be returned.
On error, False is returned, and ErrorSym will point to the missing symbol.
|
Clear all library symbols |
|
|
Library symbol description |