ComPtr::Get Method
Retrieves a pointer to the interface that is associated with this ComPtr.
T* Get() const;
Return Value
Pointer to the interface that is associated with this ComPtr.
Requirements
Header: client.h
Namespace: Microsoft::WRL
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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