IDiaEnumSymbolsByAddr::symbolByAddr

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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

Positions the enumerator by performing a lookup by image section number and offset.

Syntax

HRESULT symbolByAddr ( 
   DWORD**      isect,
   DWORD**      offsect,
   IDiaSymbol** ppsymbol
);

Parameters

isect

[in] Image section number.

offsect

[in] Offset in section.

ppsymbol

[out] Returns an IDiaSymbol object representing the symbol found.

Return Value

If successful, returns S_OK. Returns S_FALSE if the symbol could not be found. Otherwise, returns an error code.

See also