System.TInitContext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TInitContext = record

C++

struct DECLSPEC_DRECORD TInitContext
{
public:
    PInitContext OuterContext;
    void *ExcFrame;
    PackageInfo InitTable;
    int InitCount;
    PLibModule Module;
    void *DLLSaveEBP;
    void *DLLSaveEBX;
    void *DLLSaveESI;
    void *DLLSaveEDI;
    void __fastcall (*ExitProcessTLS)(void);
    Byte DLLInitState;
    TThreadID 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.

Siehe auch