Das klingt ja alles sehr kompliziert. Ginge es nicht so wie Der Schöne Günther bereits schrieb:
Delphi-Quellcode:
function TMyList.GetInterfaceGUID(const AInterfaceInstance : IMainInterface) : TGUID;
begin
result := GetTypeData(TypeInfo(AInterfaceInstance))^.Guid;
end;