+-

我目前正在COM上阅读这篇文章:
http://www.amazon.com/Essential-COM-Don-Box/dp/0201634465
我对COM Classes有点了解,也称为“CoClasses”.我完全了解它们是什么,它们做了什么,以及它们与接口的关系.
但这是我的问题:“CoClass”中的“Co”究竟是什么意思?它是“合作”中的“合作”,还是“混凝土”或“合作”中的“合作”,如“COM”或“合作”中的完全?
最佳答案
CO用于“组件对象”.在这里查看IDL的官方文档: coclass attribute
The coclass statement provides a listing of the supported interfaces
for a component object.
关于COM的一篇旧文章:Understanding Interface Definition Language: A Developer’s Survival Guide
“The coclass statement is used to define a component object and the
interfaces that it supports”
点击查看更多相关文章
转载注明原文:c – “CoClass”中的“Co”是什么意思? - 乐贴网