IDiaSymbol::get_isAcceleratorPointerTagLiveRange

Retrieves a flag that indicates whether the symbol corresponds to the definition range symbol for the tag component of a pointer variable in code compiled for a C++ AMP Accelerator. The definition range symbol is the location of a variable for a span of addresses.

Syntax

HRESULT get_isAcceleratorPointerTagLiveRange(
   BOOL* pFlag);

Parameters

pFlag

[out] A pointer to a BOOL that indicates whether the symbol corresponds to the definition range symbol.

Return Value

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

See also