The OSVERSIONINFO data structure contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and descriptive text about the operating system. This structure is used with the GetVersionEx function.
typedef struct _OSVERSIONINFO{ DWORD dwOSVersionInfoSize; DWORD dwMajorVersion; DWORD dwMinorVersion; DWORD dwBuildNumber; DWORD dwPlatformId; TCHAR szCSDVersion[ 128 ]; } OSVERSIONINFO;
Windows 95: Identifies the build number of the operating system in the
low-order word. The high-order word contains the major and minor version
numbers.
Value |
Platform |
VER_PLATFORM_WIN32s |
Win32s on Windows 3.1. |
VER_PLATFORM_WIN32_WINDOWS |
Win32 on Windows 95. |
VER_PLATFORM_WIN32_NT |
Win32 on Windows NT. |
Windows 95: Contains a null-terminated string that provides arbitrary additional information about the operating system.
file: /Techref/os/win/api/win32/struc/src/str12_33.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/13 22:12,
3.144.42.128:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/struc/src/str12_33.htm"> OSVERSIONINFO</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.