IAppxFactory3 interface (appxpackaging.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Creates objects for reading app packages, manifests, and app installer files.

Inheritance

The IAppxFactory3 interface inherits from the IUnknown interface.

Methods

The IAppxFactory3 interface has these methods.

 
IAppxFactory3::CreateAppInstallerReader

Creates an instance of IAppInstallerReader, with an optional parameter for specifying the expected digest for the App Installer file.
IAppxFactory3::CreateManifestReader2

Creates a read-only manifest object model from contents provided by an IStream, with an optional parameter for specifying the expected digest for the manifest.
IAppxFactory3::CreatePackageReader2

Creates a read-only package reader from the contents provided by an IStream, with an optional parameter for specifying the expected digest for the package.

Requirements

Requirement Value
Header appxpackaging.h