Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.98 KB

nf-appxpackaging-iappxmanifestreader2-getqualifiedresources.md

File metadata and controls

77 lines (61 loc) · 2.98 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:appxpackaging.IAppxManifestReader2.GetQualifiedResources
IAppxManifestReader2::GetQualifiedResources (appxpackaging.h)
Gets an enumerator that iterates through the qualified resources that are defined in the manifest.
GetQualifiedResources
GetQualifiedResources method [App packaging and management]
GetQualifiedResources method [App packaging and management]
IAppxManifestReader2 interface
IAppxManifestReader2 interface [App packaging and management]
GetQualifiedResources method
IAppxManifestReader2.GetQualifiedResources
IAppxManifestReader2::GetQualifiedResources
appxpackaging/IAppxManifestReader2::GetQualifiedResources
appxpkg.iappxmanifestreader2_getqualifiedresources
appxpkg\iappxmanifestreader2_getqualifiedresources.htm
appxpkg
C712DA82-CA4F-4C5B-A391-3B40D5EE61C4
12/05/2018
GetQualifiedResources, GetQualifiedResources method [App packaging and management], GetQualifiedResources method [App packaging and management],IAppxManifestReader2 interface, IAppxManifestReader2 interface [App packaging and management],GetQualifiedResources method, IAppxManifestReader2.GetQualifiedResources, IAppxManifestReader2::GetQualifiedResources, appxpackaging/IAppxManifestReader2::GetQualifiedResources, appxpkg.iappxmanifestreader2_getqualifiedresources
appxpackaging.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestReader2::GetQualifiedResources
appxpackaging/IAppxManifestReader2::GetQualifiedResources
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestReader2.GetQualifiedResources

IAppxManifestReader2::GetQualifiedResources

-description

Gets an enumerator that iterates through the qualified resources that are defined in the manifest.

-parameters

-param resources [out, retval]

Type: IAppxManifestQualifiedResourcesEnumerator**

The enumerator that iterates through the qualified resources.

-returns

Type: HRESULT

If the method succeeds, it returns S_OK.

-remarks

Resources are specified using the Resources element in the manifest.

Call the IUnknown::Release method when you have finished using the resources object.

-see-also

IAppxManifestReader2