https://learn.microsoft.com/en-u ... api/versionhelpers/
versionhelpers.h header
[size=0.875em]Feedback
This header is used by System Services. For more information, see: versionhelpers.h contains the following programming interfaces: Functions
[color=var(--theme-hyperlink)] IsWindows10OrGreater
Indicates if the current OS version matches, or is greater than, the Windows 10 version.
[color=var(--theme-hyperlink)]IsWindows7OrGreater
Indicates if the current OS version matches, or is greater than, the Windows 7 version.
[color=var(--theme-hyperlink)]IsWindows7SP1OrGreater
Indicates if the current OS version matches, or is greater than, the Windows 7 with Service Pack 1 (SP1) version.
[color=var(--theme-hyperlink)]IsWindows8OrGreater
Indicates if the current OS version matches, or is greater than, the Windows 8 version.
[color=var(--theme-hyperlink)]IsWindows8Point1OrGreater
Indicates if the current OS version matches, or is greater than, the Windows 8.1 version.
[color=var(--theme-hyperlink)]IsWindowsServer
Indicates if the current OS is a Windows Server release.
[color=var(--theme-hyperlink)]IsWindowsVersionOrGreater
Indicates if the current OS version matches, or is greater than, the provided version information.
[color=var(--theme-hyperlink)]IsWindowsVistaOrGreater
Indicates if the current OS version matches, or is greater than, the Windows Vista version.
[color=var(--theme-hyperlink)]IsWindowsVistaSP1OrGreater
Indicates if the current OS version matches, or is greater than, the Windows Vista with Service Pack 1 (SP1) version.
[color=var(--theme-hyperlink)]IsWindowsVistaSP2OrGreater
Indicates if the current OS version matches, or is greater than, the Windows Vista with Service Pack 2 (SP2) version.
[color=var(--theme-hyperlink)]IsWindowsXPOrGreater
Indicates if the current OS version matches, or is greater than, the Windows XP version.
[color=var(--theme-hyperlink)]IsWindowsXPSP1OrGreater
Indicates if the current OS version matches, or is greater than, the Windows XP with Service Pack 1 (SP1) version.
[color=var(--theme-hyperlink)]IsWindowsXPSP2OrGreater
Indicates if the current OS version matches, or is greater than, the Windows XP with Service Pack 2 (SP2) version.
[color=var(--theme-hyperlink)]IsWindowsXPSP3OrGreater
Indicates if the current OS version matches, or is greater than, the Windows XP with Service Pack 3 (SP3) version.
|