Share via


ComPtrRef::operator InterfaceType** 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 ComPtrRef::operator InterfaceType** Operator.

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

operator InterfaceType**();  

Remarks

Deletes the current ComPtrRef object and returns a pointer-to-a-pointer to the interface that was represented by the ComPtrRef object.

Requirements

Header: client.h

Namespace: Microsoft::WRL::Details

See Also

ComPtrRef Class
Microsoft::WRL::Details Namespace