IAppxBlockMapBlocksEnumerator interface
Enumerates the blocks from a block map in a single file.
Members
The IAppxBlockMapBlocksEnumerator interface inherits from the IUnknown interface. IAppxBlockMapBlocksEnumerator also has these types of members:
Methods
The IAppxBlockMapBlocksEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the block at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is a block at the current position of the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next block. |
Examples
For 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_IAppxBlockMapBlocksEnumerator is defined as 6b429b5b-36ef-479e-b9eb-0c1482b49e16 |
See also
- Samples
- Read app package manifest info sample (DescribeAppx)
- Reference
- IAppxBlockMapBlock
- IAppxBlockMapFile
- IAppxBlockMapFilesEnumerator
- IAppxBlockMapReader