为所有版本的win获取c ++ win32中的操作系统?

2022-01-11 00:00:00 operating-system windows winapi c++

如何获取所有windows的操作系统版本,至少win95,98,me,xp,vista,7的名称?

How to get the OS version for all windows, at least the name for win95,98,me,xp,vista,7?

我正在使用 Visual c++ 2010,我想将此功能包含在纯 win32 应用程序中.

Im using visual c++ 2010 and I want to include this feature in a pure win32 app.

推荐答案

使用GetVersionExhttp://msdn.microsoft.com/en-us/library/ms724451%28v=VS.85%29.aspx

相关文章