IAppxBundleManifestPackageInfoEnumerator::MoveNext method
Advances the position of the enumerator to the next <Package> element.
Syntax
HRESULT MoveNext( [out, retval] BOOL *hasNext );
Parameters
- hasNext [out, retval]
-
Type: BOOL*
TRUE if the enumerator successfully advances
FALSE if the enumerator has passed the end of the collection.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK. Otherwise, it returns an error code.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleManifestPackageInfoEnumerator is defined as F9B856EE-49A6-4E19-B2B0-6A2406D63A32 |
See also