WeakRef::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 WeakRef::operator& Operator.
Returns a ComPtrRef object that represents the current WeakRef object.
Details::ComPtrRef<WeakRef> operator&() throw()
A ComPtrRef object that represents the current WeakRef object.
This is an internal helper operator that is not meant to be used in your code.
Header: client.h
Namespace: Microsoft::WRL
Show: