Enum WindowsProductTypes
Any additional information about the system. This member can be one of the following values. See OSVERSIONINFOEX structure
Namespace: Dapplo.Windows.Kernel32.Enums
Assembly: Dapplo.Windows.Kernel32.dll
Syntax
public enum WindowsProductTypes : byte
Fields
Name | Description |
---|---|
VER_NT_DOMAIN_CONTROLLER | The system is a domain controller and the operating system is Windows Server 2012 , Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, or Windows 2000 Server |
VER_NT_SERVER | The operating system is Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, or Windows 2000 Server. Note that a server that is also a domain controller is reported as VER_NT_DOMAIN_CONTROLLER, not VER_NT_SERVER. |
VER_NT_WORKSTATION | The operating system is Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows XP Home Edition, or Windows 2000 Professional. |