IAppxBlockMapBlocksEnumerator interface (appxpackaging.h)

Enumerates the blocks from a block map in a single file.

Inheritance

The IAppxBlockMapBlocksEnumerator interface inherits from the IUnknown interface. IAppxBlockMapBlocksEnumerator also has these types of members:

Methods

The IAppxBlockMapBlocksEnumerator interface has these methods.

 
IAppxBlockMapBlocksEnumerator::GetCurrent

Gets the block at the current position of the enumerator.
IAppxBlockMapBlocksEnumerator::GetHasCurrent

Determines whether there is a block at the current position of the enumerator.
IAppxBlockMapBlocksEnumerator::MoveNext

Advances the position of the enumerator to the next block.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header appxpackaging.h

See also

IAppxBlockMapBlock

IAppxBlockMapFile

IAppxBlockMapFilesEnumerator

IAppxBlockMapReader

Query app package and app manifest sample