ComPtr::InternalRelease Method

 

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::InternalRelease Method.

Performs a COM Release operation on the interface associated with this ComPtr.

Syntax

void InternalRelease();  

Remarks

This method is protected.

Requirements

Header: client.h

Namespace: Microsoft::WRL

See Also

ComPtr Class