Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the degree of compression used to store the file in the package.
Syntax
typedef enum APPX_COMPRESSION_OPTION {
APPX_COMPRESSION_OPTION_NONE,
APPX_COMPRESSION_OPTION_NORMAL,
APPX_COMPRESSION_OPTION_MAXIMUM,
APPX_COMPRESSION_OPTION_FAST,
APPX_COMPRESSION_OPTION_SUPERFAST
} ;
Constants
APPX_COMPRESSION_OPTION_NONENo compression. |
APPX_COMPRESSION_OPTION_NORMALNormal compression. |
APPX_COMPRESSION_OPTION_MAXIMUMMaximum compression. |
APPX_COMPRESSION_OPTION_FASTFast compression. |
APPX_COMPRESSION_OPTION_SUPERFASTSuper-fast compression. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | appxpackaging.h |