Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Positions the enumerator by performing a lookup by relative virtual address (RVA).
Syntax
HRESULT symbolByRVA (
DWORD relativeVirtualAddress,
IDiaSymbol** ppsymbol
);
Parameters
relativeVirtualAddress
[in] Address relative to start of image.
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.