共用方式為


CComPtrBase::Attach

呼叫這個方法會接受一個現有指標的擁有權。

void Attach( 
   T* p2  
) throw( );

參數

  • p2
    CComPtrBase 物件將會使用這個指標擁有權。

備註

連結 呼叫在現有的 CComPtrBase::p 成員變數的 CComPtrBase::Release 然後指派給 p2CComPtrBase::p。 當 CComPtrBase 物件接受指標的擁有權,自動呼叫中要刪除指標和所有配置的資料指標的 Release ,如果物件中的參考計數會變成 0。

需求

Header: atlcomcli.h

請參閱

參考

CComPtrBase Class

CComPtrBase::Detach