[Overview][Constants][Types][Procedures and functions][Index] |
Initialize a TLibHandler structure
Source position: dynlibs.pas line 90
function LibraryHandler( |
const InterfaceName: String; |
const DefaultLibraries: array of String; |
const Symbols: PLibSymbol; |
const SymCount: Integer; |
const AfterLoading: TLibEventLoading = nil; |
const BeforeUnloading: TLibEventUnloading = nil |
):TLibHandler; |
LibraryHandler initializes a new TLibHandler record: it initializes all fields from the parameters that are passed to it, and zeroes out the other fields. It returns the initialized record.
None.
|
Library initialization descriptor |