From c67eecca1efea704024ad44b725164cd80c138b1 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:06:02 +0800 Subject: [PATCH] Resolve extra comma typos --- sdk-api-src/content/winsock2/nf-winsock2-wsasocketw.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2a.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2w.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex3.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex4.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex5.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoex6.md | 2 +- sdk-api-src/content/ws2def/ns-ws2def-addrinfoexa.md | 4 ++-- sdk-api-src/content/ws2def/ns-ws2def-addrinfoexw.md | 4 ++-- sdk-api-src/content/ws2def/ns-ws2def-addrinfow.md | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sdk-api-src/content/winsock2/nf-winsock2-wsasocketw.md b/sdk-api-src/content/winsock2/nf-winsock2-wsasocketw.md index ab2c6300b5ce..eec07212b06d 100644 --- a/sdk-api-src/content/winsock2/nf-winsock2-wsasocketw.md +++ b/sdk-api-src/content/winsock2/nf-winsock2-wsasocketw.md @@ -262,7 +262,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DGRAM and The protocol to be used. The possible options for the protocol parameter are specific to the address family and socket type specified. Possible values for the protocol are defined are defined in the Winsock2.h and Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this parameter can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this parameter can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified, the caller does not wish to specify a protocol and the service provider will choose the protocol to use. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2a.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2a.md index d05c9e5db5ec..04647d12ee25 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2a.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2a.md @@ -404,7 +404,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2w.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2w.md index 522ffe78c813..df1715888939 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2w.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex2w.md @@ -404,7 +404,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex3.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex3.md index f8f72bb55fe1..089538a6ec3f 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex3.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex3.md @@ -417,7 +417,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex4.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex4.md index 9300f361c0dc..c6f707da0ddf 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex4.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex4.md @@ -430,7 +430,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex5.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex5.md index 606e3b34110f..084fc063aa38 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex5.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex5.md @@ -438,7 +438,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex6.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex6.md index 74be4e0f0e93..827424f4ef04 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex6.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoex6.md @@ -465,7 +465,7 @@ In Windows Sockets 1.1, the only possible socket types are SOCK_DATAGRAM The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexa.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexa.md index 72cb36686b66..956476ecb944 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexa.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexa.md @@ -259,7 +259,7 @@ Type: int The address family. Possible values for the address family are defined in the Winsock2.h include file. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. The values currently supported are AF_INET or AF_INET6, which are the Internet address family formats for IPv4 and IPv6. Other options for address family (AF_NETBIOS for use with NetBIOS, for example) are supported if a Windows Sockets service provider for the address family is installed. Note that the values for the AF_ address family and PF_ protocol family constants are identical (for example, AF_UNSPEC and PF_UNSPEC), so either constant can be used. @@ -421,7 +421,7 @@ Type: int The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexw.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexw.md index 2336bea6edc7..2cbf770fda17 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexw.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfoexw.md @@ -259,7 +259,7 @@ Type: int The address family. Possible values for the address family are defined in the Winsock2.h include file. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. The values currently supported are AF_INET or AF_INET6, which are the Internet address family formats for IPv4 and IPv6. Other options for address family (AF_NETBIOS for use with NetBIOS, for example) are supported if a Windows Sockets service provider for the address family is installed. Note that the values for the AF_ address family and PF_ protocol family constants are identical (for example, AF_UNSPEC and PF_UNSPEC), so either constant can be used. @@ -421,7 +421,7 @@ Type: int The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero. diff --git a/sdk-api-src/content/ws2def/ns-ws2def-addrinfow.md b/sdk-api-src/content/ws2def/ns-ws2def-addrinfow.md index 6348ea6aeabb..8b69e3f46190 100644 --- a/sdk-api-src/content/ws2def/ns-ws2def-addrinfow.md +++ b/sdk-api-src/content/ws2def/ns-ws2def-addrinfow.md @@ -240,7 +240,7 @@ Type: int The address family. Possible values for the address family are defined in the Winsock2.h header file. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and the possible values for the address family are defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. The values currently supported are AF_INET or AF_INET6, which are the Internet address family formats for IPv4 and IPv6. Other options for address family (AF_NETBIOS for use with NetBIOS, for example) are supported if a Windows Sockets service provider for the address family is installed. Note that the values for the AF_ address family and PF_ protocol family constants are identical (for example, AF_UNSPEC and PF_UNSPEC), so either constant can be used. @@ -402,7 +402,7 @@ Type: int The protocol type. The possible options are specific to the address family and socket type specified. Possible values for the ai_protocol are defined in Winsock2.h and the Wsrm.h header files. -On the Windows SDK released for Windows Vista and later,, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. +On the Windows SDK released for Windows Vista and later, the organization of header files has changed and this member can be one of the values from the IPPROTO enumeration type defined in the Ws2def.h header file. Note that the Ws2def.h header file is automatically included in Winsock2.h, and should never be used directly. If a value of 0 is specified for ai_protocol, the caller does not wish to specify a protocol and the service provider will choose the ai_protocol to use. For protocols other than IPv4 and IPv6, set ai_protocol to zero.