| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Get procdure address by ordinal handler type
Source position: dynlibh.inc line 36
| type TGetProcAddressOrdinalHandler = function( | 
| Lib: TLibHandle; | 
| Ordinal: TOrdinalEntry | 
| ):Pointer; | 
TGetProcAddressOrdinalHandler is the type for the GetProcAddressOrdinal call using ansistring names in the TDynLibsManager dynamic library loading manager.
| 
 | Dynamic library loading support |