IDiaSymbol::get_acceleratorPointerTags

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Returns all accelerator pointer tag values that correspond to a C++ AMP accelerator stub function.

Syntax

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

Parameters

cnt

[in] The size of the output array pPointerTags.

pcnt

[out] The count of accelerator pointer tags in the C++ AMP accelerator stub function.

pPointerTags

[out] A DWORD array pointer that is filled with the accelerator pointer tag values in the C++ AMP accelerator stub function.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or an error code.

Remarks

This method is called on an IDiaSymbol interface that corresponds to a C++ AMP accelerator stub function.

See also