ComPtr::Get Method

 

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.

Syntax

T* Get() const;  

Return Value

Pointer to the interface that is associated with this ComPtr.

Requirements

Header: client.h

Namespace: Microsoft::WRL

See Also

ComPtr Class