IDiaSession::findSymbolsForAcceleratorPointerTag
Returns an enumeration of symbols for the variable that the specified tag value corresponds to in the parent Accelerator stub function.
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.