CAsyncSocket::GetSockOpt

This method retrieves the current value for an option associated with the socket.

At a Glance

Header file: Afxsock.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL GetSockOpt( int nOptionName, void* lpOptionValue, int* lpOptionLen,
int
nLevel = SOL_SOCKET );

See Also

CAsyncSocket::SetSockOpt