CComBSTR::Attach

This method attaches a BSTR to the CComBSTR object by setting the m_str data member to src.

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void Attach( BSTR src );

See Also

CComBSTR::Detach, CComBSTR::operator =