This operator sets the m_str member to a copy of pSrc or to a copy of the BSTR member of src.
CComBSTR& operator =( LPCOLESTR pSrc );
CComBSTR& operator =( LPCSTR pSrc );
CComBSTR& operator =( const CComBSTR& src );
| Header file: | Atlbase.h |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
CComBSTR Overview, CComBSTR Operators, CComBSTR::Copy