IDebugPointerObject3:: GetPointerAddress

检索指针的地址。

HRESULT GetPointerAddress (
   UINT64* puAddress
);
int GetPointerAddress (
   out ulong puAddress
);

参数

  • puAddress
    [out] 返回指针的地址。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

请参见

参考

IDebugPointerObject3