Condividi tramite


IDiaSession::findSymbolsForAcceleratorPointerTag

Note

This article applies to Visual Studio 2015. 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 an enumeration of symbols for the variable that the specified tag value corresponds to in the parent Accelerator stub function.

Syntax

HRESULT findSymbolsForAcceleratorPointerTag (   
   IDiaSymbol*           parent,  
   DWORD                 tagValue,  
   IDiaEnumSymbols**     ppResult  
);  

Parameters

parent
[in] An IDiaSymbol that corresponds to the Accelerator stub function to be searched.

tagValue
[in] The pointer tag value.

ppResult
[out] A pointer to an IDiaEnumSymbols interface pointer that is initialized with the result.

Return Value

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

See Also

IDiaSession
IDiaEnumSymbols