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: