IDiaSymbol::get_liveRangeLength
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