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.
| Method | Description |
|---|---|
| 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 |
|
|
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