Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a frame by relative virtual address (RVA).
Syntax
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.