Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.05 KB

idiasymbol-get-isacceleratorstubfunction.md

File metadata and controls

33 lines (26 loc) · 1.05 KB
description title ms.date ms.topic dev_langs author ms.author manager ms.subservice
Indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a parallel_for_each call.
IDiaSymbol::get_isAcceleratorStubFunction
11/04/2016
reference
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_isAcceleratorStubFunction

Indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a parallel_for_each call.

Syntax

HRESULT get_isAcceleratorStubFunction(
   BOOL* pFlag);

Parameters

pFlag

[out] A pointer to a BOOL that indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a parallel_for_each call.

Return Value

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

See also