Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

APPX_FOOTPRINT_FILE_TYPE enumeration

Specifies the type of footprint file in a package.

Syntax


typedef enum APPX_FOOTPRINT_FILE_TYPE { 
  APPX_FOOTPRINT_FILE_TYPE_MANIFEST         = 0,
  APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP         = 1,
  APPX_FOOTPRINT_FILE_TYPE_SIGNATURE        = 2,
  APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY    = 3,
  APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP  = 4
} APPX_FOOTPRINT_FILE_TYPE;

Constants

APPX_FOOTPRINT_FILE_TYPE_MANIFEST

The package manifest.

APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP

The package block map.

APPX_FOOTPRINT_FILE_TYPE_SIGNATURE

The package signature.

APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY

The code signing catalog file used for code integrity checks.

APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP

The content group map used for streaming install.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

See also

IAppxPackageReader::GetFootprintFile

 

 

Show:
© 2017 Microsoft