On Tue Aug 26 11:17:37 2025 +0000, Piotr Caban wrote:
I don't know, probably not.
Just a hypothetical, but since C++/CX seems to be an odd mix of both COM and C++ RTTI, maybe there's some code out there that assumes that the vtables are laid out in a certain manner? Prodding around with QueryInterface seems to indicate that the layout seems to be `IInspectableVtbl, IClosableVtbl`, with IAgileObject pointing to IInspectable. As a result, I have separated out the IInspectable and IClosable implementations.