IDiaSymbol::get_countLiveRanges

Retrieves the number of valid address ranges associated with the local symbol.

HRESULT get_countLiveRanges ( 
   DWORD* count
);

Parameters

  • count
    [out] Returns the number of address ranges.

Return Value

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

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia100.dll

See Also

Reference

IDiaSymbol