How do you check the windows version in Win32 at runtime?
Use the GetVersionEx() or VerifyVersionInfo() functions.
GetVersionEx has been deprecated. We will need to use Version Helper functions.