I am trying to understand how COM specifies the layout of its objects so that a client that wants to use a COM object knows how to do it.
I\'ve read that a COM obje
If there are virtual functions involved in the mix, in particular if the most derived class adds any of its own, then the memory layout of both approaches will differ.