确定操作系统是否为Windows 7 [英] Determine if O/S is Windows 7

查看:112
本文介绍了确定操作系统是否为Windows 7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

正在研究项目,需要能够确定操作系统是Windows 7,Vista还是默认为XP.我知道我可能会遇到Win2K和更早的版本,但是让我们说这不是问题,因为其他代码会在此之前抓住这一点.我的应用程序暂时将在VS2005中使用C ++.我发现文章和示例代码都一样,但是它们对于我的使用似乎显得肿.只是为了寻找快速而肮脏的回报.

Working on a project and need to be able to determine whether the O/S is Windows 7, Vista or default to XP. I understand I could run into Win2K and earlier versions but let's just say that's not a concern as other code will catch that before it gets to this point. My application will be in C++ for the time being using VS2005. I've found articles and sample code alike but they seem way bloated for my uses. Just looking for a quick and dirty return.

http://msdn.microsoft.com/zh-cn/library/ms724358%28VS.85%29.aspx

推荐答案

Windows版本,使用 GetVersionEx :

Version Number    Description
6.1               Windows 7     / Windows 2008 R2
6.0               Windows Vista / Windows 2008
5.2               Windows 2003 
5.1               Windows XP
5.0               Windows 2000

这篇关于确定操作系统是否为Windows 7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆