Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The __WSAFDIsSet function returns a value indicating whether a socket is included in a set of socket descriptors.
int __WSAFDIsSet(
SOCKET unnamedParam1,
fd_set *unnamedParam2
);
unnamedParam1
A file descriptor identifying a socket.
unnamedParam2
A pointer to an fd_set structure containing the set of socket descriptors.
A non-zero value if the socket specified in unnamedParam1 is a member of the set specified in unnamedParam2; otherwise, 0.
Windows Phone 8: This function is supported for Windows Phone Store apps on Windows Phone 8 and later.
Windows 8.1 and Windows Server 2012 R2: This function is supported for Windows Store apps on Windows 8.1, Windows Server 2012 R2, and later.
The FD_ISSET macro expands to a call of function __WSAFDIsSet.
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | winsock.h (include Winsock2.h) |
Library | Ws2_32.lib |
DLL | Ws2_32.dll |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today