IDiaSymbol::get_countLiveRanges

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

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

Syntax

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