|
WSACancelBlockingCall
This function has been removed in compliance with the Windows Sockets 2
specification, revision 2.2.0.
The function is not exported directly by the WS2_32.DLL, and Windows Sockets 2
applications should not use this function. Windows Sockets 1.1 applications
that call this function are still supported through the WINSOCK.DLL and
WSOCK32.DLL.
Blocking hooks are generally used to keep a single-threaded GUI application
responsive during calls to blocking functions. Instead of using blocking hooks,
an applications should use a separate thread (separate from the main GUI thread)
for network activity.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|