The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComPtr::Get Method
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 ComPtr::Get Method.
Retrieves a pointer to the interface that is associated with this ComPtr.
T* Get() const;
Pointer to the interface that is associated with this ComPtr.
Header: client.h
Namespace: Microsoft::WRL
Show: