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_PACKAGE_ARCHITECTURE enumeration
Specifies the processor architectures supported by a package.
Syntax
typedef enum APPX_PACKAGE_ARCHITECTURE { APPX_PACKAGE_ARCHITECTURE_X86 = 0, APPX_PACKAGE_ARCHITECTURE_ARM = 5, APPX_PACKAGE_ARCHITECTURE_X64 = 9, APPX_PACKAGE_ARCHITECTURE_NEUTRAL = 11 } APPX_PACKAGE_ARCHITECTURE;
Constants
- APPX_PACKAGE_ARCHITECTURE_X86
-
The x86 processor architecture.
- APPX_PACKAGE_ARCHITECTURE_ARM
-
The ARM processor architecture.
- APPX_PACKAGE_ARCHITECTURE_X64
-
The x64 processor architecture.
- APPX_PACKAGE_ARCHITECTURE_NEUTRAL
-
Any processor architecture.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: