CComPtrBase::Attach

调用此方法将现有指针的所有权。

void Attach(
   T* p2 
) throw( );

参数

  • p2
    CComPtrBase 对象将此指针的所有权。

备注

Attach 缩放在现有 CComPtrBase::p 成员的 CComPtrBase::Release 变量然后将 p2 到 CComPtrBase::p。 当 CComPtrBase 对象执行指针的所有权,它自动调用将删除指针和所有分配的数据的指针 Release,如果在对象的引用计数转到0。

要求

Header: atlcomcli.h

请参见

参考

CComPtrBase选件类

CComPtrBase::Detach