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

前端 未结 2 503
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 15:18

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

相关标签:
2条回答
  • 2021-02-02 15:36

    Use the GetVersionEx() or VerifyVersionInfo() functions.

    0 讨论(0)
  • 2021-02-02 15:56

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

    0 讨论(0)
提交回复
热议问题