Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the processor architectures supported by a package.
Syntax
typedef enum APPX_PACKAGE_ARCHITECTURE {
APPX_PACKAGE_ARCHITECTURE_X86,
APPX_PACKAGE_ARCHITECTURE_ARM,
APPX_PACKAGE_ARCHITECTURE_X64,
APPX_PACKAGE_ARCHITECTURE_NEUTRAL,
APPX_PACKAGE_ARCHITECTURE_ARM64
} ;
Constants
APPX_PACKAGE_ARCHITECTURE_X86The x86 processor architecture. |
APPX_PACKAGE_ARCHITECTURE_ARMThe ARM processor architecture. |
APPX_PACKAGE_ARCHITECTURE_X64The x64 processor architecture. |
APPX_PACKAGE_ARCHITECTURE_NEUTRALAny processor architecture. |
APPX_PACKAGE_ARCHITECTURE_ARM64The 64-bit ARM processor architecture. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | appxpackaging.h |