Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.03 KB

idiaenumframedata-framebyva.md

File metadata and controls

42 lines (33 loc) · 1.03 KB
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Returns a frame by virtual address (VA).
IDiaEnumFrameData::frameByVA
11/04/2016
reference
C++
IDiaEnumFrameData::frameByVA method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaEnumFrameData::frameByVA

Returns a frame by virtual address (VA).

Syntax

HRESULT frameByVA( 
   ULONGLONG       virtualAddress,
   IDiaFrameData** frame
);

Parameters

virtualAddress

[in] VA of the frame of interest.

frame

[out] Returns an IDiaFrameData object that represents 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.

See also