ComPtr::ptr_ Data Member

 

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::ptr_ Data Member.

Contains a pointer to the interface that is associated with, and managed by this ComPtr.

Syntax

InterfaceType *ptr_;  

Remarks

ptr_ is an internal, protected data member.

Requirements

Header: client.h

Namespace: Microsoft::WRL

See Also

ComPtr Class