www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: MinorVersion - Long

Previous  Top  Next  


This property is a windows version property and indicates the minor version number.  For example 5 is the major version number of Windows XP and 1 is the minor version number of Service Pack 1. 

 

 

Value

Meaning

  0

Windows Vista, Windows Server "Longhorn", Windows 2000, Windows NT 4.0, or Windows 95

  1

Windows XP

  2

Windows Server 2003 R2, Windows Server 2003, or Windows XP Professional x64 Edition

10

Windows 98

90

Windows ME

 

 

Example:

ITW  ITWindowsClass

VS   CString(101)

Code

!...

VS = ITW.GetWindowVersion()

Message('Version:          ' & VS &|

       '|Major Version:    ' & ITW.MajorVersion &|

       '|Minor Version:    ' & ITW.MinorVersion &|

       '|Build Number:     ' & ITW.VersionBuildNr &|

       '|Platform ID:      ' & ITW.VersionPlatformID &|

       '|Version Info:     ' & ITW.VersionInformation, |

       'Version Information',ICON:Information)

 

On Windows XP Home, service pack 1, the results can be seen in the screenshot below.

 

Version Information

 

See also:

GetWindowVersion

MajorVersion

VersionBuildNr

VersionPlatformID

VersionInformation

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/minorversion_window.htm