IDiaSymbol::get_liveRangeStartRelativeVirtualAddress

Returns the beginning of the address range in which the local symbol is valid.

Syntax

HRESULT get_liveRangeStartRelativeVirtualAddress ( 
   DWORD* address
);

Parameters

address

[out] Returns the start of the address range.

Return Value

If successful, returns S_OK; otherwise, returns an error code. The relative virtual address returned is the beginning of the range in which the symbol is valid.

Note

A returned error code means that the symbol does not have live range information.

Remarks

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia100.dll

See also