How do you check the windows version in Win32 at runtime?
Click on the Start button then choose Settings. Click on System. Under System, choose About. You will be able to see the bit-version on the System type field.
(1) A 32-bit version of Windows. Many editions of Windows have come in both 32-bit and 64-bit versions. See 32-bit computing and x86/x64. (2) Win32 is the programming interface (API) for 32-bit and 64-bit Windows operating systems.
Win32 APIs exist for many features and technologies in Windows 10, including core user interface and windowing APIs, audio and graphics, and networking.
Use the GetVersionEx()
or VerifyVersionInfo()
functions.
GetVersionEx has been deprecated. We will need to use Version Helper functions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With