CComPtrBase::CopyTo
呼叫這個方法會複製 CComPtrBase 指標到另一個指標變數。
HRESULT CopyTo(
T** ppT
) throw( );
參數
- ppT
要接收 CComPtrBase 指標變數的位址。
傳回值
如果成功則傳回 S_OK,在失敗時 E_POINTER。
備註
複製 CComPtrBase 指標 ppT。 在 CComPtrBase::p 成員變數的參考計數會遞增。
如果 ppT 具有 null 值,等於錯誤 HRESULT 會被傳回。 如果 ppT 具有 null 值,等於在偵錯組建中,判斷提示將會發生錯誤。
需求
Header: atlcomcli.h