CComBSTR::Append

void Append( const CComBSTR& bstrSrc );

void Append( LPCOLESTR lpsz );

void Append( LPCSTR lpsz );

void Append( LPCOLESTR lpsz, int nLen );

Parameters

bstrSrc

[in] A CComBSTR object.

lpsz

[in] A character string. The Unicode version specifies an LPCOLESTR; the ANSI version specifies an LPCSTR.

nLen

[in] The number of characters from lpsz to append.

Remarks

Appends either lpsz or the BSTR member of bstrSrc to m_str.

CComBSTR OverviewClass Members

See Also   CComBSTR::AppendBSTR, CComBSTR::operator +=