CComBSTR::operator +=

This operator appends the BSTR member of bstrSrc to m_str.

Syntax

CComBSTR& operator +=( const CComBSTR& bstrSrc );

At a Glance

Header file: Atlbase.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComBSTR Overview, CComBSTR Operators, CComBSTR::Append, CComBSTR::AppendBSTR