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_COMPRESSION_OPTION enumeration

Specifies the degree of compression used to store the file in the package.

Syntax


typedef enum APPX_COMPRESSION_OPTION { 
  APPX_COMPRESSION_OPTION_NONE       = 0,
  APPX_COMPRESSION_OPTION_NORMAL     = 1,
  APPX_COMPRESSION_OPTION_MAXIMUM    = 2,
  APPX_COMPRESSION_OPTION_FAST       = 3,
  APPX_COMPRESSION_OPTION_SUPERFAST  = 4
} APPX_COMPRESSION_OPTION;

Constants

APPX_COMPRESSION_OPTION_NONE

No compression.

APPX_COMPRESSION_OPTION_NORMAL

Normal compression.

APPX_COMPRESSION_OPTION_MAXIMUM

Maximum compression.

APPX_COMPRESSION_OPTION_FAST

Fast compression.

APPX_COMPRESSION_OPTION_SUPERFAST

Super-fast compression.

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

IAppxPackageWriter::AddPayloadFile
IAppxFile::GetCompressionOption

 

 

Show:
© 2017 Microsoft