[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

tinterfaceentry

Interfaces table entry.

Declaration

Source position: objpash.inc line 96

type tinterfaceentry = packed record

  IID: PGuid;

  

Unique GUID for this interface.

  VTable: Pointer;

  

Pointer to interface VTable.

  IOffset: DWord;

  

Offset

  IIDStr: PShortString;

  

Pointer to GUID string. Always assigned for COM.

end;

Description

tinterfaceentry is used to store the list of Interfaces of a class. This list is stored as an array of tinterfaceentry records.