Generally, a method cannot be added to an existing vtable COM interface or dual COM interface, because there may be a derived interface, so expanding the base interface breaks its layout.
But can a method be added to an existing distpinterface?
Assume the usual use of distpinterface for events, and the usual use of type library, and out-of-process COM server.