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.
Defines the processor architectures for a framework package dependency that you create by using the MddTryCreatePackageDependency function.
Syntax
typedef enum MddPackageDependencyProcessorArchitectures {
None,
Neutral,
X86,
X64,
Arm,
Arm64,
X86OnArm64
} ;
Constants
None No processor architecture is specified. |
Neutral Specifies the neutral architecture. |
X86 Specifies the x86 architecture. |
X64 Specifies the x64 architecture. |
Arm Specifies the ARM architecture. |
Arm64 Specifies the ARM64 architecture. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 (with Windows App SDK 1.0 or later) |
Header | msixdynamicdependency.h |