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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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