CComPtrBase::SetSite

调用此方法设置 CComPtrBase 对象的站点到父对象的 IUnknown 的。

HRESULT SetSite(
   IUnknown* punkParent
) throw( );

参数

  • punkParent
    对父的 IUnknown 接口的指针。

返回值

返回在成功的S_OK或在失败时错误HRESULT。

备注

此方法调用 AtlSetChildSite

要求

Header: atlcomcli.h

请参见

参考

CComPtrBase选件类

CComPtrBase::QueryInterface