WeakRef::operator& Operator

 

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.

Syntax

Details::ComPtrRef<WeakRef> operator&() throw()  

Return Value

A ComPtrRef object that represents the current WeakRef object.

Remarks

This is an internal helper operator that is not meant to be used in your code.

Requirements

Header: client.h

Namespace: Microsoft::WRL

See Also

WeakRef Class