System.TInitContext

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Is used internally.

TInitContext is used internally by the Delphi compiler.

See Also