Get procedure address handler type.
Source position: dynlibh.inc line 36
type TGetProcAddressHandler = function( |
Lib: TLibHandle; |
const ProcName: AnsiString |
):Pointer; |
TGetProcAddressHandler is the type for the GetProcAddress call using ansistring names in the TDynLibsManager dynamic library loading manager.
|
Dynamic library loading support. |