Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.63 KB

ns-wsk-_wsk_data_indication.md

File metadata and controls

87 lines (67 loc) · 2.63 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:wsk._WSK_DATA_INDICATION
_WSK_DATA_INDICATION (wsk.h)
The WSK_DATA_INDICATION structure describes data that has been received on a connection-oriented socket.
netvista\wsk_data_indication.htm
netvista
05/02/2018
WSK_DATA_INDICATION structure
*PWSK_DATA_INDICATION, PWSK_DATA_INDICATION, PWSK_DATA_INDICATION structure pointer [Network Drivers Starting with Windows Vista], WSK_DATA_INDICATION, WSK_DATA_INDICATION structure [Network Drivers Starting with Windows Vista], _WSK_DATA_INDICATION, netvista.wsk_data_indication, wsk/PWSK_DATA_INDICATION, wsk/WSK_DATA_INDICATION, wskref_89ac35f7-4945-4b2d-90d6-177d9bca7361.xml
wsk.h
Wsk.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
WSK_DATA_INDICATION, *PWSK_DATA_INDICATION
_WSK_DATA_INDICATION
wsk/_WSK_DATA_INDICATION
PWSK_DATA_INDICATION
wsk/PWSK_DATA_INDICATION
WSK_DATA_INDICATION
wsk/WSK_DATA_INDICATION
APIRef
kbSyntax
HeaderDef
wsk.h
_WSK_DATA_INDICATION
PWSK_DATA_INDICATION
WSK_DATA_INDICATION

_WSK_DATA_INDICATION structure

-description

The WSK_DATA_INDICATION structure describes data that has been received on a connection-oriented socket.

-struct-fields

-field Next

A pointer to the next WSK_DATA_INDICATION structure in a linked list of WSK_DATA_INDICATION structures. If this member is NULL, this structure is the last WSK_DATA_INDICATION structure in the linked list.

-field Buffer

A WSK_BUF structure that describes the data that has been received on the socket.

-remarks

The WSK subsystem passes a pointer to a WSK_DATA_INDICATION structure as the DataIndication parameter when it calls a connection-oriented socket's WskReceiveEvent event callback function.

-see-also

WSK_BUF

WskReceiveEvent

WskRelease