IDiaSymbol::get_acceleratorPointerTags

返回对应于 C++ AMP 加速器存根函数的所有加速器指针标记值。

语法

HRESULT get_acceleratorPointerTags(
   DWORD          cnt,
   DWORD*         pcnt,
   DWORD*         pPointerTags);

参数

cnt

[in] 输出数组 pPointerTags 的大小。

pcnt

[out] C++ AMP 加速器存根函数中加速器指针标记的计数。

pPointerTags

[out] 填充了 C++ AMP 加速器存根函数中加速器指针标记值的 DWORD 数组指针。

返回值

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

备注

此方法是在对应于 C++ AMP 快捷键存根函数的 IDiaSymbol 接口上调用的。

另请参阅