ComPtr::GetAddressOf 方法

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

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

返回值

变量的地址。

要求

标题: client.h

命名空间: Microsoft:: WRL

请参见

参考

ComPtr 类