CComBSTR::Append

This method appends either lpsz or the BSTR member of bstrSrc to m_str.

Syntax

void Append( const CComBSTR& bstrSrc );

void Append( LPCOLESTR lpsz );

void Append( LPCSTR lpsz );

void Append( LPCOLESTR lpsz, int nLen );

At a Glance

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

See Also

CComBSTR Overview, CComBSTR Methods, CComBSTR::AppendBSTR, CComBSTR::operator +=