The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComPtr::Attach Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at ComPtr::Attach Method.
Associates this ComPtr with the interface type specified by the current template type parameter.
void Attach( _In_opt_ InterfaceType* other );
Parameters
other
An interface type.
Header: client.h
Namespace: Microsoft::WRL
Show: