Utilities.Win32MinorVersion Property

Applies to TestComplete 15.63, last modified on April 23, 2024
This property is obsolete. See the Remarks section below.

Description

Use the Utilities.Win32MinorVersion property to get the minor version number of the operating system on which TestComplete is running.

Declaration

Utilities.Win32MinorVersion

Read-Only Property Integer

Applies To

The property is applied to the following object:

Property Value

The variable can store one of the following values:

Value Description
0 Windows Vista, Windows 10, Windows Server 2008, Windows Server 2016 or Windows Server 2019
1 Windows 7, Windows XP, Windows Server 2008 R2, Windows Embedded 2009 or Windows Embedded 7
2 Windows XP 64-bit edition, Windows Server 2003 or Windows Server 2012

To determine the operating system on which TestComplete is running, you can use the Name or FullName property of the OSInfo object.

Remarks

This property is obsolete and supported for backward compatibility only. To get the minor version number of the operating system, use the aqEnvironment.GetWinMinorVersion method.

See Also

GetWinMinorVersion Method
GetWinMajorVersion Method
GetWinPlatform Method
GetWinVersionBuild Method
GetWinAdditionalInfo Method
Name Property
FullName Property

Highlight search results