This operator sets the m_str data member to a copy of pSrc or to a copy of the BSTR member of src.
At a Glance
Header file: | Atlbase.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
CComBSTR& operator =( LPCOLESTR pSrc );
CComBSTR& operator =( LPCSTR pSrc );
CComBSTR& operator =( const CComBSTR& src );
See Also