Documentation
-
OSVERSIONINFOEXA (winnt.h) - Win32 apps
Contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and information about product suites and the latest Service Pack installed on the system. (ANSI)
-
GetVersion function (sysinfoapi.h) - Win32 apps
With the release of Windows 8.1, the behavior of the GetVersion API has changed in the value it will return for the operating system version. The value returned by the GetVersion function now depends on how the application is manifested.
-
GetVersionExA function (sysinfoapi.h) - Win32 apps
With the release of Windows 8.1, the behavior of the GetVersionEx API has changed in the value it will return for the operating system version. The value returned by the GetVersionEx function now depends on how the application is manifested. (ANSI)