API:System.TInterfaceEntry
Delphi
TInterfaceEntry = packed record
C++
struct DECLSPEC_DRECORD TInterfaceEntry
{
public:
    GUID IID;
    void *VTable;
    int IOffset;
#ifdef _WIN64
    UInt32 _Filler;
#endif /* _WIN64 */
    System::NativeUInt ImplGetter;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | System.pas System.hpp | System | System | 
Description
Embarcadero Technologies does not currently have any additional information.