[Overview][Constants][Types][Procedures and functions][Index] |
Opaque type for retrieving addresses using ordinal IDs
Source position: dynlibs.pas line 42
type TOrdinalEntry = SizeUInt; |
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.
|
Get the address of a procedure or symbol in a dynamic library. |