[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'dynlibs' (#rtl)

LoadLibrarySymbols

Load symbol addresses from a library

Declaration

Source position: dynlibs.pas line 111

function LoadLibrarySymbols(

  const Lib: TLibHandle;

  const Symbols: PLibSymbol;

  const Count: Integer;

  const ErrorSym: PPLibSymbol = nil

):Boolean;

Description

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.

Errors

On error, False is returned, and ErrorSym will point to the missing symbol.

See also

ClearLibrarySymbols

  

Clear all library symbols

TLibSymbol

  

Library symbol description


Documentation generated on: Oct 02 2010