On Mon Sep 19 18:02:05 2022 +0000, Nikolay Sivov wrote:
Does that apply only to IInspectable or does a class with "ISomeInterface2 : ISomeInterface" get two whole vtables?
You will never see `ISomeInterface2 : ISomeInterface` in WinRT, every interface has to derive directly from `IInspectable`, which is what I meant.