What exactly does the function IDispatch::GetTypeInfo do
I am writing an MFC based dialog application (COM server) that contains a COM object (class CAutomateDlgAutoProxy : public CCmdTarget
) for OLE automation. I have implemented an interface IAutomate
which is working absolutely fine when called from another process. So far so good.