[Overview][Constants][Types][Procedures and functions] |
For compatibility with Delphi/Windows: Get the address of a procedure
Source position: dynlibs.pp line 42
function GetProcAddress( |
Lib: TLibHandle; |
ProcName: AnsiString |
):Pointer; |
GetProcAddress provides the same functionality as GetProcedureAddress, and is provided for compatibility with Delphi.
|
Get the address of a procedure or symbol in a dynamic library. |