System.TInitContext
Delphi
TInitContext = record
C++
struct DECLSPEC_DRECORD TInitContext
{
public:
TInitContext *OuterContext;
void *ExcFrame;
PackageInfoTable *InitTable;
int InitCount;
TLibModule *Module;
void *DLLSaveEBP;
void *DLLSaveEBX;
void *DLLSaveESI;
void *DLLSaveEDI;
void __fastcall (*ExitProcessTLS)(void);
Byte DLLInitState;
unsigned ThreadID;
};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
record struct |
public | System.pas System.hpp |
System | System |
Beschreibung
Wird intern verwendet.
TInitContext wird intern vom Delphi-Compiler verwendet.