美文网首页
2020-09-08 Win7-Win10内部版本号

2020-09-08 Win7-Win10内部版本号

作者: 阿群1986 | 来源:发表于2020-09-08 13:44 被阅读0次

    摘自 https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers

    The following tables describe other macros used in the Windows header files.

    TABLE 2

    Minimum system required Minimum value for _WIN32_WINNT and WINVER
    Windows 10 _WIN32_WINNT_WIN10 (0x0A00)
    Windows 8.1 _WIN32_WINNT_WINBLUE (0x0603)
    Windows 8 _WIN32_WINNT_WIN8 (0x0602)
    Windows 7 _WIN32_WINNT_WIN7 (0x0601)
    Windows Server 2008 _WIN32_WINNT_WS08 (0x0600)
    Windows Vista _WIN32_WINNT_VISTA (0x0600)
    Windows Server 2003 with SP1, Windows XP with SP2 _WIN32_WINNT_WS03 (0x0502)
    Windows Server 2003, Windows XP _WIN32_WINNT_WINXP (0x0501)
    Minimum system required         Value for NTDDI_VERSION
    Windows 10 1903 "19H1"          NTDDI_WIN10_19H1 (0x0A000007)
    Windows 10 1809 "Redstone 5"    NTDDI_WIN10_RS5 (0x0A000006)
    Windows 10 1803 "Redstone 4"    NTDDI_WIN10_RS4 (0x0A000005)
    Windows 10 1709 "Redstone 3"    NTDDI_WIN10_RS3 (0x0A000004)
    Windows 10 1703 "Redstone 2"    NTDDI_WIN10_RS2 (0x0A000003)
    Windows 10 1607 "Redstone 1"    NTDDI_WIN10_RS1 (0x0A000002)
    Windows 10 1511 "Threshold 2"   NTDDI_WIN10_TH2 (0x0A000001)
    Windows 10 1507 "Threshold"     NTDDI_WIN10 (0x0A000000)
    Windows 8.1 NTDDI_WINBLUE (0x06030000)
    Windows 8   NTDDI_WIN8 (0x06020000)
    Windows 7   NTDDI_WIN7 (0x06010000)
    Windows Server 2008 NTDDI_WS08 (0x06000100)
    Windows Vista with Service Pack 1 (SP1) NTDDI_VISTASP1 (0x06000100)
    Windows Vista                           NTDDI_VISTA (0x06000000)
    Windows Server 2003 with Service Pack 2 (SP2)   NTDDI_WS03SP2 (0x05020200)
    Windows Server 2003 with Service Pack 1 (SP1)   NTDDI_WS03SP1 (0x05020100)
    Windows Server 2003                             NTDDI_WS03 (0x05020000)
    Windows XP with Service Pack 3 (SP3)    NTDDI_WINXPSP3 (0x05010300)
    Windows XP with Service Pack 2 (SP2)    NTDDI_WINXPSP2 (0x05010200)
    Windows XP with Service Pack 1 (SP1)    NTDDI_WINXPSP1 (0x05010100)
    Windows XP                              NTDDI_WINXP (0x05010000)
    

    相关文章

      网友评论

          本文标题:2020-09-08 Win7-Win10内部版本号

          本文链接:https://www.haomeiwen.com/subject/qpwdektx.html