IAppxManifestQualifiedResourcesEnumerator::MoveNext method
Advances the position of the enumerator to the next <Resource> 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_IAppxManifestQualifiedResourcesEnumerator is defined as 8ef6adfe-3762-4a8f-9373-2fc5d444c8d2 |
See also