Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the possible process architecture values.
<xs:simpleType name="ProcessArchitecture">
<xs:restriction
base="xs:string"
>
<xs:enumeration
value="Any"
/>
<xs:enumeration
value="x86"
/>
<xs:enumeration
value="amd64"
/>
<xs:enumeration
value="ia64"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The ProcessArchitecture simple type defines the following values.
| Value | Description |
|---|---|
| Any | Supports any architecture. |
| x86 | Supports the 32-bit architecture. |
| amd64 | Supports the 64-bit architecture. |
| ia64 | Supports the 64-bit Itanium-based architecture. |
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |