此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
IUnknown 是其他任何COM接口的基接口。 IUnknown 定义了三个方法: QueryInterface、 AddRef和 Release。 QI 接口允许用户请求对象指针到另一个接口。 AddRef 和 版本 实现引用计数。接口。
COM 介绍
IUnknown and Interface Inheritance