Expand Minimize
0 out of 3 rated this helpful - Rate this topic

__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
);

Parameters

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.

Remarks

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winsock2.h

Library

Ws2_32.lib

DLL

Ws2_32.dll

See also

fd_set
select
WSAAsyncSelect
WSAEventSelect

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.