Enumeration

GLibWin32OSType

since: 2.0

Declaration

enum GLibWin32.OSType

Description

Type of Windows edition to check for at run-time.

Available since: 2.0

Members

G_WIN32_OS_ANY

The running system can be a workstation or a server edition of Windows. The type of the running system is therefore not checked.

  • Value: 0
  • Nickname: None
  • Available since: 2.0
G_WIN32_OS_WORKSTATION

The running system is a workstation edition of Windows, such as Windows 7 Professional.

  • Value: 1
  • Nickname: None
  • Available since: 2.0
G_WIN32_OS_SERVER

The running system is a server edition of Windows, such as Windows Server 2008 R2.

  • Value: 2
  • Nickname: None
  • Available since: 2.0