共用方式為


CComVariant::CopyTo

複製 CComVariant 物件的內容。

HRESULT CopyTo( 
   BSTR *pstrDest 
);

參數

  • pstrDest
    要接收 CComVariant 物件內容的複本的 BSTR 的點。

傳回值

標準 HRESULT 值。

備註

CComVariant 物件必須是型別 VT_BSTR

需求

Header: atlcomcli.h

請參閱

參考

CComVariant Class

CComVariant::Copy