Versions Windows : Différence entre versions
De Vulgum Techus
(→Liens utiles) |
|||
Ligne 1 : | Ligne 1 : | ||
+ | OSVERSIONINFO are: | ||
− | + | Version majeure (dwMajorVersion) | |
− | + | Version mineure (dwMinorVersion) | |
− | + | Build # (dwBuildNumber) | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | * Windows 8 : 6.2 | ||
+ | * Windows Server 2012 : 6.2 | ||
+ | * Windows 7 : 6.1.7600 | ||
+ | * Windows Server 2008 R2 : 6.1 | ||
+ | * Windows Server 2008 : 6.0 | ||
+ | * Windows Vista : 6.0.6000 | ||
+ | * Windows Server 2003 R2 : 5.2 | ||
+ | * Windows Server 2003 : 5.2 | ||
+ | * Windows XP 64-Bit Edition : 5.2 | ||
+ | * Windows XP : 5.1.2600 | ||
+ | * Windows Me : 4.90.3000 | ||
+ | * Windows 98 Second Edition : 4.1.2222 | ||
+ | * Windows 98 : 4.1.1998 | ||
+ | * Windows 95 : 4.0.950 | ||
+ | * Windows 2000 Professional : 5.0.2195 | ||
+ | * Windows NT Workstation 4.0 : 4.0.1381 | ||
+ | * Windows NT Workstation 3.5 : 3.5.807 | ||
+ | * Windows NT Workstation 3.51 : 3.51.1057 | ||
+ | * Windows NT 3.1 : 3.10.528 | ||
+ | * Windows for Workgroups 3.11 : 3.11 | ||
+ | * Windows 3.0 : 3 | ||
+ | * Windows 2.0 : 2.11 | ||
+ | * Windows 1.0 : 1.04 | ||
Fonction GetVersionEx (Windows) | Fonction GetVersionEx (Windows) | ||
Ligne 33 : | Ligne 49 : | ||
=Liens utiles= | =Liens utiles= | ||
+ | * http://en.wikipedia.org/wiki/Comparison_of_Microsoft_Windows_versions | ||
* http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions | * http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions | ||
* http://blogs.windows.com/windows/archive/b/developers/archive/2009/08/05/version-checking-just-don-t-do-it.aspx | * http://blogs.windows.com/windows/archive/b/developers/archive/2009/08/05/version-checking-just-don-t-do-it.aspx |
Version du 14 décembre 2012 à 09:09
OSVERSIONINFO are:
Version majeure (dwMajorVersion) Version mineure (dwMinorVersion) Build # (dwBuildNumber)
- Windows 8 : 6.2
- Windows Server 2012 : 6.2
- Windows 7 : 6.1.7600
- Windows Server 2008 R2 : 6.1
- Windows Server 2008 : 6.0
- Windows Vista : 6.0.6000
- Windows Server 2003 R2 : 5.2
- Windows Server 2003 : 5.2
- Windows XP 64-Bit Edition : 5.2
- Windows XP : 5.1.2600
- Windows Me : 4.90.3000
- Windows 98 Second Edition : 4.1.2222
- Windows 98 : 4.1.1998
- Windows 95 : 4.0.950
- Windows 2000 Professional : 5.0.2195
- Windows NT Workstation 4.0 : 4.0.1381
- Windows NT Workstation 3.5 : 3.5.807
- Windows NT Workstation 3.51 : 3.51.1057
- Windows NT 3.1 : 3.10.528
- Windows for Workgroups 3.11 : 3.11
- Windows 3.0 : 3
- Windows 2.0 : 2.11
- Windows 1.0 : 1.04
Fonction GetVersionEx (Windows)
en C++
BOOL WINAPI GetVersionEx( _Inout_ LPOSVERSIONINFO lpVersionInfo );
Fonction VerifyVersionInfo (Windows)
en C++
BOOL WINAPI VerifyVersionInfo( _In_ LPOSVERSIONINFOEX lpVersionInfo, _In_ DWORD dwTypeMask, _In_ DWORDLONG dwlConditionMask );