We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c91600 commit 1ce41e1Copy full SHA for 1ce41e1
sdk-api-src/content/winsock/nf-winsock-bind.md
@@ -59,9 +59,9 @@ A descriptor identifying an unbound socket.
59
60
A pointer to a <a href="/windows/desktop/WinSock/sockaddr-2">sockaddr</a> structure of the local address to assign to the bound socket .
61
62
-### -param namelen [in]
+### -param addrlen [in]
63
64
-The length, in bytes, of the value pointed to by the <i>name</i> parameter.
+The length, in bytes, of the value pointed to by the <i>addr</i> parameter.
65
66
## -returns
67
0 commit comments