返回对应于c. C++ AMP快捷键存根函数的所有快捷键指针标记值。
HRESULT get_acceleratorPointerTags(
DWORD cnt,
DWORD* pcnt,
DWORD* pPointerTags);
参数
cnt
[in]输出数组 pPointerTags的大小。pcnt
[in]计数快捷键在C++ AMP快捷键存根函数的指针标记。pPointerTags
[in]一个 DWORD 填充快捷键指针标记的数组指针在C++ AMP快捷键存根函数值。
返回值
如果成功,则返回 S_OK,否则返回 S_FALSE 或者错误值代码。
备注
此方法调用对应于c. C++ AMP快捷键存根功能的 IDiaSymbol 接口。