[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Positions the enumerator by performing a lookup by relative virtual address (RVA).
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.
See Also
IDiaEnumSymbolsByAddr
IDiaEnumSymbolsByAddr::symbolByVA
IDiaSymbol
Glossary of DIA SDK Terms