Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAppxBlockMapFilesEnumerator interface

Enumerates the files from a block map.

Members

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

Methods

The IAppxBlockMapFilesEnumerator interface has these methods.

MethodDescription
GetCurrent

Gets the file at the current position of the enumerator.

GetHasCurrent

Determines whether there is a file at the current position of the enumerator.

MoveNext

Advances the position of the enumerator to the next file.

 

Examples

For a example code, see Read app package manifest info sample (DescribeAppx).

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxBlockMapFilesEnumerator is defined as 02b856a2-4262-4070-bacb-1a8cbbc42305

See also

Samples
Read app package manifest info sample (DescribeAppx)
Reference
IAppxBlockMapBlock
IAppxBlockMapBlocksEnumerator
IAppxBlockMapFile
IAppxBlockMapReader

 

 

Show:
© 2017 Microsoft