This topic has not yet been rated - Rate this topic

IDiaStackWalkHelper::symbolForVA 

Retrieves the symbol that contains the specified virtual address.


HRESULT symbolForVA( 
   ULONGLONG     va,
   IDiaSymbol**  ppSymbol
);

Parameters

va

[in] The virtual address that is contained in the requested symbol. The symbol must be a SymTagFunctionType (a value from the SymTagEnum enumeration).

ppSymbol

[out] An IDiaSymbol object that represents the symbol at the specified address.

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement