开发者

How to launch COM server in separate dllhost process?

开发者 https://www.devze.com 2023-02-17 23:00 出处:网络
My COM component implemented as surrogated dll. I create one by calling CoCreateInstanceEx(), but it started in shared dllhost.exe 开发者_高级运维process. Is there a way to launch my COM component in

My COM component implemented as surrogated dll. I create one by calling CoCreateInstanceEx(), but it started in shared dllhost.exe 开发者_高级运维process. Is there a way to launch my COM component in separate dllhost process?


Surrogate sharing is documented here. Sharing only happens if the AppId matches. Give yours a unique one.

0

精彩评论

暂无评论...
验证码 换一张
取 消