IBlockRange interface (imapi2.h)

Use this interface to retrieve information about a single continuous range of sectors on the media. This interface is typically used together with the IBlockRangeList interface to describe a collection of sector ranges.

Inheritance

The IBlockRange interface inherits from the IDispatch interface. IBlockRange also has these types of members:

Methods

The IBlockRange interface has these methods.

 
IBlockRange::get_EndLba

Retrieves the end sector of the range specified by the IBlockRange interface.
IBlockRange::get_StartLba

Retrieves the start sector of the range described by IBlockRange.

Remarks

The values returned by the IBlockRange::get_StartLba and IBlockRange::get_EndLba methods define an inclusive range, i.e. both the start and end sectors belong to the range.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header imapi2.h

See also

IBlockRangeList

IDispatch