Partager via


CComBSTR::operator =

Définit m_str membre à une copie d' pSrc ou une copie du membre d' BSTRsrc du.

CComBSTR& operator =( 
   const CComBSTR& src  
); 
CComBSTR& operator =( 
   LPCOLESTR pSrc  
); 
CComBSTR& operator =( 
   LPCSTR pSrc  
);

Notes

Le paramètre d' pSrc spécifie LPCOLESTR pour les versions Unicode ou LPCSTR des versions ANSI.

Exemple

Consultez l'exemple pour CComBSTR::Copy.

Configuration requise

Header: atlbase.h

Voir aussi

Référence

CComBSTR, classe

CComBSTR::Copy