Skip to content

Latest commit

 

History

History
76 lines (62 loc) · 2.35 KB

ns-winsock2-wsanetworkevents.md

File metadata and controls

76 lines (62 loc) · 2.35 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
NS:winsock2._WSANETWORKEVENTS
WSANETWORKEVENTS (winsock2.h)
The WSANETWORKEVENTS structure is used to store a socket's internal information about network events.
*LPWSANETWORKEVENTS
LPWSANETWORKEVENTS
LPWSANETWORKEVENTS structure pointer [Winsock]
WSANETWORKEVENTS
WSANETWORKEVENTS structure [Winsock]
_win32_wsanetworkevents_2
winsock.wsanetworkevents_2
winsock2/LPWSANETWORKEVENTS
winsock2/WSANETWORKEVENTS
winsock\wsanetworkevents_2.htm
WinSock
72ae4aa8-4e15-4215-8dcb-45e394ac1313
12/05/2018
*LPWSANETWORKEVENTS, LPWSANETWORKEVENTS, LPWSANETWORKEVENTS structure pointer [Winsock], WSANETWORKEVENTS, WSANETWORKEVENTS structure [Winsock], _win32_wsanetworkevents_2, winsock.wsanetworkevents_2, winsock2/LPWSANETWORKEVENTS, winsock2/WSANETWORKEVENTS
winsock2.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
WSANETWORKEVENTS, *LPWSANETWORKEVENTS
19H1
_WSANETWORKEVENTS
winsock2/_WSANETWORKEVENTS
LPWSANETWORKEVENTS
winsock2/LPWSANETWORKEVENTS
WSANETWORKEVENTS
winsock2/WSANETWORKEVENTS
c++
APIRef
kbSyntax
HeaderDef
Winsock2.h
WSANETWORKEVENTS

WSANETWORKEVENTS structure

-description

The WSANETWORKEVENTS structure is used to store a socket's internal information about network events.

-struct-fields

-field lNetworkEvents

Indicates which of the FD_XXX network events have occurred.

-field iErrorCode

Array that contains any associated error codes, with an array index that corresponds to the position of event bits in lNetworkEvents. The identifiers FD_READ_BIT, FD_WRITE_BIT and others can be used to index the iErrorCode array.

-see-also

WSAEnumNetworkEvents

WSAEventSelect