ComPtr::Swap 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::Swap Method.
Exchanges the interface managed by the current ComPtr with the interface managed by the specified ComPtr.
void Swap( _Inout_ ComPtr&& r ); void Swap( _Inout_ ComPtr& r );
Parameters
r
A ComPtr.
Header: client.h
Namespace: Microsoft::WRL
Show: