Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

GetProcAddress

For compatibility with Delphi/Windows: Get the address of a procedure.

Declaration

Source position: dynlibh.inc line 62

function GetProcAddress(

  Lib: TLibHandle;

  const ProcName: AnsiString

):Pointer;

Description

GetProcAddress provides the same functionality as GetProcedureAddress, and is provided for compatibility with Delphi.


Documentation generated on: Jul 24 2023