COM- In-proc - CoCreateInstance() CoGetClassObject() , . COM-. , ATL, , - , QueryInterface(), , .
This is not very successful, but is a direct result of the implementation of COM servers in proc. A developer can use Process Monitor to notice registry calls that match ClassId-> Dll mapping and extensive tracing inside a COM object to see what happens on. ATL has a bunch of useful materials (for example, the COM_INTERFACE_ENTRY_FUNC_BLIND macro) to enable tracing.
source
share