ComPtr::GetAddressOf 方法

ptr_ 检索数据成员的地址,包含指针到此 ComPtr 表示的接口。

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

返回值

变量地址。

要求

**标头:**client.h

命名空间: Microsoft::WRL

请参见

参考

ComPtr 类