CSocket::CancelBlockingCall

Call this member function to cancel a blocking call currently in progress. The original blocking call will terminate as soon as possible with the error WSAEINTR.

Syntax

void CancelBlockingCall( );

At a Glance

Header file: Afxsock.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CSocket Overview, CSocket Member Functions, Windows Sockets Classes, CAsyncSocket::Accept, CAsyncSocket::Close, CAsyncSocket::Connect, CSocket::IsBlocking