Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.2 KB

nn-appxpackaging-iappxbundlereader.md

File metadata and controls

63 lines (54 loc) · 2.2 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
NN:appxpackaging.IAppxBundleReader
IAppxBundleReader (appxpackaging.h)
Provides a read-only object model for bundle packages.
IAppxBundleReader
IAppxBundleReader interface [App packaging and management]
IAppxBundleReader interface [App packaging and management]
described
appxpackaging/IAppxBundleReader
appxpkg.iappxbundlereader
appxpkg\iappxbundlereader.htm
appxpkg
3847AF32-D8E4-4BB2-9FBC-7CFAEF2CA664
12/05/2018
IAppxBundleReader, IAppxBundleReader interface [App packaging and management], IAppxBundleReader interface [App packaging and management],described, appxpackaging/IAppxBundleReader, appxpkg.iappxbundlereader
appxpackaging.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxBundleReader
appxpackaging/IAppxBundleReader
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxBundleReader

IAppxBundleReader interface

-description

Provides a read-only object model for bundle packages.

-inheritance

The IAppxBundleReader interface inherits from the IUnknown interface. IAppxBundleReader also has these types of members:

-remarks

You can use the CreateBundleReader method of the IAppxBundleFactory interface to retrieve the IAppxBundleReader object.

Through IAppxBundleReader, you can retrieve both footprint files, such as the bundle’s manifest, block map, and signature, and app packages that are contained in the bundle.