Hi!
I have created a COM object called Collection in VC++.
I have now created another COM object called let's say Exchange, which has the following IDL:
[id(1), helpstring("method exchange now")] HRESULT exchangeNow([in] IUnknown* coll1, [out, retval] IUnknown** coll2);
So...