IAppxBlockMapFilesEnumerator interface (appxpackaging.h)

Enumerates the files from a block map.

Inheritance

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

Methods

The IAppxBlockMapFilesEnumerator interface has these methods.

 
IAppxBlockMapFilesEnumerator::GetCurrent

Gets the file at the current position of the enumerator.
IAppxBlockMapFilesEnumerator::GetHasCurrent

Determines whether there is a file at the current position of the enumerator. (IAppxBlockMapFilesEnumerator.GetHasCurrent)
IAppxBlockMapFilesEnumerator::MoveNext

Advances the position of the enumerator to the next file. (IAppxBlockMapFilesEnumerator.MoveNext)

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

IAppxBlockMapBlocksEnumerator

IAppxBlockMapFile

IAppxBlockMapReader

Query app package and app manifest sample