Added EntryOffset field for _IMPLEMENTS

git-svn-id: trunk@4361 -
This commit is contained in:
chrivers 2006-08-06 01:02:32 +00:00
parent 7ec741fa05
commit fca5f6fc5e

View File

@ -112,11 +112,12 @@
pinterfaceentry = ^tinterfaceentry; pinterfaceentry = ^tinterfaceentry;
tinterfaceentry = record tinterfaceentry = record
IID : pguid; { if assigned(IID) then Com else Corba} IID : pguid; { if assigned(IID) then Com else Corba}
VTable : Pointer; VTable : Pointer;
IOffset : PtrInt; IOffset : PtrInt;
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) } IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
EntryType : tinterfaceentrytype; EntryType : tinterfaceentrytype;
EntryOffset : PtrInt;
end; end;
pinterfacetable = ^tinterfacetable; pinterfacetable = ^tinterfacetable;