问题
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?
来源:https://stackoverflow.com/questions/32165388/new-process-after-cocreateinstance