Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.21 KB

nf-appxpackaging-iappxmanifestreader-getdevicecapabilities.md

File metadata and controls

79 lines (62 loc) · 3.21 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.GetDeviceCapabilities
IAppxManifestReader::GetDeviceCapabilities (appxpackaging.h)
Gets an enumerator that iterates through the device capabilities defined in the manifest.
GetDeviceCapabilities
GetDeviceCapabilities method [App packaging and management]
GetDeviceCapabilities method [App packaging and management]
IAppxManifestReader interface
IAppxManifestReader interface [App packaging and management]
GetDeviceCapabilities method
IAppxManifestReader.GetDeviceCapabilities
IAppxManifestReader::GetDeviceCapabilities
appxpackaging/IAppxManifestReader::GetDeviceCapabilities
appxpkg.iappxmanifestreader_getdevicecapabilities
appxpkg\iappxmanifestreader_getdevicecapabilities.htm
appxpkg
06257DB1-992E-4A8D-8221-76DA3DF0FA1F
12/05/2018
GetDeviceCapabilities, GetDeviceCapabilities method [App packaging and management], GetDeviceCapabilities method [App packaging and management],IAppxManifestReader interface, IAppxManifestReader interface [App packaging and management],GetDeviceCapabilities method, IAppxManifestReader.GetDeviceCapabilities, IAppxManifestReader::GetDeviceCapabilities, appxpackaging/IAppxManifestReader::GetDeviceCapabilities, appxpkg.iappxmanifestreader_getdevicecapabilities
appxpackaging.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestReader::GetDeviceCapabilities
appxpackaging/IAppxManifestReader::GetDeviceCapabilities
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestReader.GetDeviceCapabilities

IAppxManifestReader::GetDeviceCapabilities

-description

Gets an enumerator that iterates through the device capabilities defined in the manifest.

-parameters

-param deviceCapabilities [out, retval]

Type: IAppxManifestDeviceCapabilitiesEnumerator**

The enumerator that iterates through the device capabilities.

-returns

Type: HRESULT

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

-remarks

Device capabilities are specified using the DeviceCapability element in the package manifest.

If no package device capabilities are defined in the manifest, this method returns S_OK with an empty enumerator.

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

-see-also

IAppxManifestReader