码迷,mamicode.com
首页 > 其他好文 > 详细

关于COM服务之加载顺序,此时你可能出现程序卡死,假死等现象,因为com服务可能加载了一半,导致其他需要com的服务假死

时间:2015-02-02 16:01:08      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:com

Because there is no way to control the order in which in-process servers are loaded or unloaded, do not callCoInitializeCoInitializeEx, or CoUninitialize from the DllMain function.

由于无法控制进程内服务器的加载和卸载顺序,所以不能再DllMain函数中调用CoInitializeEx一类函数。


关于COM服务之加载顺序,此时你可能出现程序卡死,假死等现象,因为com服务可能加载了一半,导致其他需要com的服务假死

标签:com

原文地址:http://blog.csdn.net/hellochenlian/article/details/43407919

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!