Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves a flag that indicates whether the symbol corresponds to a group shared local variable in code compiled for a C++ AMP Accelerator.
Syntax
HRESULT get_isAcceleratorGroupSharedLocal(
BOOL* pFlag);
Parameters
pFlag
[out] A pointer to a BOOL that indicates whether the symbol corresponds to a group shared local variable in code compiled for a C++ AMP Accelerator. If TRUE, the get_baseDataSlot and get_baseDataOffset methods can be used to get the storage location information for the variable.
Return Value
If successful, returns S_OK; otherwise, returns S_FALSE or an error code.