[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'dynlibs' (#rtl)

TOrdinalEntry

Opaque type for retrieving addresses using ordinal IDs

Declaration

Source position: dynlibs.pas line 42

type TOrdinalEntry = SizeUInt;

Description

TOrdinalEntry is mainly used on Windows and OS/2 operating systems to retrieve the address of a procedure using the index (ordinal) of the procedure. On these operating systems, entry points can be loaded using name or ordinal value.

See also

GetProcedureAddress

  

Get the address of a procedure or symbol in a dynamic library.


Documentation generated on: Nov 14 2015