ComPtr::operator& Operator
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::operator& Operator.
Releases the interface associated with this ComPtr object and then retrieves the address of the ComPtr object.
Details::ComPtrRef<WeakRef> operator&() const Details::ComPtrRef<const WeakRef> operator&() const
A weak reference to the current ComPtr.
This method differs from ComPtr::GetAddressOf in that this method releases a reference to the interface pointer. Use ComPtr::GetAddressOf when you require the address of the interface pointer but do not want to release that interface.
Header: client.h
Namespace: Microsoft::WRL
Show: