This method appends either lpsz or the BSTR member of bstrSrc to m_str.
void Append( const CComBSTR& bstrSrc );
void Append( LPCOLESTR lpsz );
void Append( LPCSTR lpsz );
void Append( LPCOLESTR lpsz, int nLen );
Header file: | Atlbase.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
CComBSTR Overview, CComBSTR Methods, CComBSTR::AppendBSTR, CComBSTR::operator +=