New process after CoCreateInstance?

2019-05-31 04:00发布

问题:

I'm fairly new to COM programming so please excuse if this is a stupid question.

After (successfully) creating a COM object using CoCreateInstance or CoCreateInstanceEx with class context CLSCTX_LOCAL_SERVER is there any way to tell if this call caused a new process to be spawned?

标签: winapi com