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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
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