apartment

COM type library and Interface exposure

When you have a COM client that exposes an Interface for an out of proc COM server to access, do you have to register the type library or .idl file with the system for the server to be able to access the interface? I'm not sure if I can generate a proxy/stub DLL from this client process to register with the system. Does it matter in wh...