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