如何在运行时检查Win32中的Windows版本?

时间:2020-12-22 07:04:53

How do you check the windows version in Win32 at runtime?

如何在运行时检查Win32中的Windows版本?

2 个解决方案

#1


Use the GetVersionEx() or VerifyVersionInfo() functions.

使用GetVersionEx()或VerifyVersionInfo()函数。

#2


GetVersionEx has been deprecated. We will need to use Version Helper functions.

GetVersionEx已被弃用。我们需要使用Version Helper函数。

#1


Use the GetVersionEx() or VerifyVersionInfo() functions.

使用GetVersionEx()或VerifyVersionInfo()函数。

#2


GetVersionEx has been deprecated. We will need to use Version Helper functions.

GetVersionEx已被弃用。我们需要使用Version Helper函数。