__WSAFDIsSet Function

The __WSAFDIsSet function specifies whether a socket is included in a set of socket descriptors.

Syntax

int __WSAFDIsSet(
  SOCKET fd,
  fd_set *set
);

Parameter

  • fd
    Descriptor identifying a socket.

  • set
    Pointer to an fd_set structure containing the set of socket descriptors. The __WSAFDIsSet function determines whether the socket specified in the fd parameter is a member of that set.

Anforderungen

Mindestens unterstützter Client

Windows 2000 Professional

Mindestens unterstützter Server

Windows 2000 Server

Header

Winsock2.h

Bibliothek

Ws2_32.lib

DLL

Ws2_32.dll

Siehe auch

fd_set

select

WSAAsyncSelect

WSAEventSelect