APPX_FOOTPRINT_FILE_TYPE-Enumeration (appxpackaging.h)

Gibt den Typ der Speicherbedarfsdatei in einem Paket an.

Syntax

typedef enum APPX_FOOTPRINT_FILE_TYPE {
  APPX_FOOTPRINT_FILE_TYPE_MANIFEST,
  APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP,
  APPX_FOOTPRINT_FILE_TYPE_SIGNATURE,
  APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY,
  APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP
} ;

Konstanten

 
APPX_FOOTPRINT_FILE_TYPE_MANIFEST
Das Paketmanifest.
APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP
Die Paketblockzuordnung.
APPX_FOOTPRINT_FILE_TYPE_SIGNATURE
Die Paketsignatur.
APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY
Die Für Codeintegritätsprüfungen verwendete Codesignaturkatalogdatei.
APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP
Die Inhaltsgruppenzuordnung, die für die Streaminginstallation verwendet wird.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 [nur Desktop-Apps]
Kopfzeile appxpackaging.h

Weitere Informationen

IAppxPackageReader::GetFootprintFile