Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.13 KB

idiaenumsymbolsbyaddr-symbolbyaddr.md

File metadata and controls

47 lines (36 loc) · 1.13 KB
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Positions the enumerator by performing a lookup by image section number and offset.
IDiaEnumSymbolsByAddr::symbolByAddr
11/04/2016
reference
C++
IDiaEnumSymbolsByAddr::symbolByAddr method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaEnumSymbolsByAddr::symbolByAddr

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