IDiaSymbol::get_liveRangeLength

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 the length of the address range in which the local symbol is valid.

Syntax

HRESULT get_liveRangeLength ( 
   ULONGLONG* length
);

Parameters

length

[out] Returns the length of the address range.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

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