function GetInterfaceIID(const I: IInterface; var IID: TGUID): boolean;var InterfaceEntry: PInterfaceEntry;begin InterfaceEntry := GetInterfaceEntry(I); Result := Assigned(InterfaceEntry); if Result then IID := InterfaceEntry.IID;end;
by
have71
2007-05-01 06:01
delphi
·
interfaces
http://hallvards.blogspot.com/2006/09/hack11-get-guid-of-interface-reference.html
-
cached
-
mail it
-
history