[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Returns a frame by Glossary of DIA SDK Terms (RVA).
HRESULT frameByRVA(
DWORD relativeVirtualAddress,
IDiaFrameData** frame
);
Parameters
relativeVirtualAddress
[in] RVA of the frame of interest.frame
[out] Returns an IDiaFrameData object representing the frame that contains the address provided.
Return Value
If successful, returns S_OK. Returns S_FALSE if no frame data matches the specified address. Otherwise, returns an error code.