CComContainedObject::GetControllingUnknown

返回 m_pOuterUnknown 成员的指针(继承通过基类)来保存所有者对象的 IUnknown

IUnknown* GetControllingUnknown( );

返回值

所有者对象的 IUnknown

备注

如果 Base 声明 DECLARE_GET_CONTROLLING_UNKNOWN 宏,此方法可能是虚拟的。

要求

Header: atlcom.h

请参见

参考

CComContainedObject选件类

CComObjectRootEx::m_pOuterUnknown