SetSockOption

Description

Sets any of the various options for the socket identified by the specified socket handle. Note that not all options are supported by every stack.

Remarks

The following is a list of options that are available for this methd, and their meanings.

Prototype

LONG CSockQ::SetSockOption(long SocketHandle, SQ_SOCK_OPTION SockOption, LONG NewOptValue)

Last updated