IDiaEnumFrameData::frameByVA

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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