Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.07 KB

nf-winsock2-wsasetblockinghook.md

File metadata and controls

69 lines (56 loc) · 2.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winsock2.WSASetBlockingHook
WSASetBlockingHook function (winsock2.h)
This function has been removed in compliance with the Windows Sockets 2 specification, revision 2.2.0. (WSASetBlockingHook)
WSASetBlockingHook
WSASetBlockingHook function [Winsock]
_win32_wsasetblockinghook_2
winsock.wsasetblockinghook_2
winsock2/WSASetBlockingHook
winsock\wsasetblockinghook_2.htm
WinSock
3a420778-0082-4c81-bdc9-d79c67453fae
12/05/2018
WSASetBlockingHook, WSASetBlockingHook function [Winsock], _win32_wsasetblockinghook_2, winsock.wsasetblockinghook_2, winsock2/WSASetBlockingHook
winsock2.h
Windows
Windows
19H1
WSASetBlockingHook
winsock2/WSASetBlockingHook
c++
APIRef
kbSyntax
HeaderDef
winsock2.h
WSASetBlockingHook

WSASetBlockingHook function

-description

This function has been removed in compliance with the Windows Sockets 2 specification, revision 2.2.0.

The function is not exported directly by 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 application should use a separate thread (separate from the main GUI thread) for network activity.

-parameters

-param lpBlockFunc

-see-also

Winsock Functions

Winsock Reference