PCSystemTypeEx Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of the computer in use, such as laptop, desktop, or Tablet. This is an extended verion of PCSystemType
public enum class PCSystemTypeExpublic enum class PCSystemTypeExenum PCSystemTypeExpublic enum PCSystemTypeExtype PCSystemTypeEx = Public Enum PCSystemTypeEx- Inheritance
- 
				PCSystemTypeEx
Fields
| Name | Value | Description | 
|---|---|---|
| Unspecified | 0 | System type is unspecified | 
| Desktop | 1 | System is a desktop | 
| Mobile | 2 | System is a mobile device | 
| Workstation | 3 | System is a workstation | 
| EnterpriseServer | 4 | System is an Enterprise Server | 
| SOHOServer | 5 | System is a Small Office and Home Office (SOHO) Server | 
| AppliancePC | 6 | System is an appliance PC | 
| PerformanceServer | 7 | System is a performance server | 
| Slate | 8 | System is a Slate | 
| Maximum | 9 | Maximum enum value |