Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.81 KB

nf-appxpackaging-iappxmanifestreader-getcapabilities.md

File metadata and controls

77 lines (61 loc) · 2.81 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.IAppxManifestReader.GetCapabilities
IAppxManifestReader::GetCapabilities (appxpackaging.h)
Gets the list of capabilities requested by the package.
GetCapabilities
GetCapabilities method [App packaging and management]
GetCapabilities method [App packaging and management]
IAppxManifestReader interface
IAppxManifestReader interface [App packaging and management]
GetCapabilities method
IAppxManifestReader.GetCapabilities
IAppxManifestReader::GetCapabilities
appxpackaging/IAppxManifestReader::GetCapabilities
appxpkg.iappxmanifestreader_getcapabilities
appxpkg\iappxmanifestreader_getcapabilities.htm
appxpkg
5FCBD9E9-9A5E-49E1-8B80-8F84EDA8B07C
12/05/2018
GetCapabilities, GetCapabilities method [App packaging and management], GetCapabilities method [App packaging and management],IAppxManifestReader interface, IAppxManifestReader interface [App packaging and management],GetCapabilities method, IAppxManifestReader.GetCapabilities, IAppxManifestReader::GetCapabilities, appxpackaging/IAppxManifestReader::GetCapabilities, appxpkg.iappxmanifestreader_getcapabilities
appxpackaging.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestReader::GetCapabilities
appxpackaging/IAppxManifestReader::GetCapabilities
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestReader.GetCapabilities

IAppxManifestReader::GetCapabilities

-description

Gets the list of capabilities requested by the package.

-parameters

-param capabilities [out, retval]

Type: APPX_CAPABILITIES*

The list of capabilities requested by the package. This is a bitwise combination of the values of the enumeration.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

Capabilities are specified using the Capability element in the package manifest.

If no package capabilities are defined in the manifest, this method returns S_OK with a zero value.

-see-also

IAppxManifestReader