Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |