TEntryInformation
Executable entry point information structure
Declaration
Source position: systemh.inc line 696
Type
TEntryInformation = record
public
  InitFinalTable : Pointer;
  ThreadvarTablesTable : Pointer;
  ResourceStringTables : Pointer;
  ResStrInitTables : Pointer;
  ResLocation : Pointer;
  PascalMain : procedure;
  valgrind\_used : Boolean;
  OS : TEntryInformationOS;
end
Description
TEntryInformation is used to initialize a Free Pascal program or library. Under normal circumstances, there should be no need to use this structure directly: it is used by the system unit and special linking units.