共用方式為


ComPtr::GetAddressOf 方法

擷取 ptr_ 資料成員的位址,含有指向這個 ComPtr 表示的介面。

T* const* GetAddressOf() const;
T** GetAddressOf();

傳回值

變數的位址。

需求

標題: client.h

**命名空間:**Microsoft::WRL

請參閱

參考

ComPtr 類別