SOCKET InetGetBlockingSocket(); |
The InetGetBlockingSocket function returns the handle for
the socket in the current thread which is currently blocking, if
there is one.
Parameters
None.
Return Value
If the function succeeds, the return value is the handle for the
socket in the current thread which is currently blocking. If the
function fails, the return value is INET_ERROR. To get extended error
information, call InetGetLastError.
Requirements
Minimum Desktop Platform: Windows 7 Service Pack 1
Minimum Server Platform: Windows Server 2008 R2 Service Pack 1
Header File: cswsock11.h
Import Library: cswskv11.lib
See Also
InetAbort,
InetCancel
|