Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 3.43 KB

ns-wsk-_wsk_client_stream_dispatch.md

File metadata and controls

90 lines (67 loc) · 3.43 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_CLIENT_STREAM_DISPATCH
_WSK_CLIENT_STREAM_DISPATCH (wsk.h)
The WSK_CLIENT_STREAM_DISPATCH structure specifies a WSK application's dispatch table of event callback functions for a stream socket.
netvista\wsk_client_stream_dispatch.htm
netvista
05/02/2018
WSK_CLIENT_STREAM_DISPATCH structure
*PWSK_CLIENT_STREAM_DISPATCH, PWSK_CLIENT_STREAM_DISPATCH, PWSK_CLIENT_STREAM_DISPATCH structure pointer [Network Drivers Starting with Windows Vista], WSK_CLIENT_STREAM_DISPATCH, WSK_CLIENT_STREAM_DISPATCH structure [Network Drivers Starting with Windows Vista], _WSK_CLIENT_STREAM_DISPATCH, netvista.wsk_client_stream_dispatch, wsk/PWSK_CLIENT_STREAM_DISPATCH, wsk/WSK_CLIENT_STREAM_DISPATCH
wsk.h
Wsk.h
Windows
Windows 10, version 1703
Windows
WSK_CLIENT_STREAM_DISPATCH, *PWSK_CLIENT_STREAM_DISPATCH
_WSK_CLIENT_STREAM_DISPATCH
wsk/_WSK_CLIENT_STREAM_DISPATCH
PWSK_CLIENT_STREAM_DISPATCH
wsk/PWSK_CLIENT_STREAM_DISPATCH
WSK_CLIENT_STREAM_DISPATCH
wsk/WSK_CLIENT_STREAM_DISPATCH
APIRef
kbSyntax
HeaderDef
wsk.h
_WSK_CLIENT_STREAM_DISPATCH
PWSK_CLIENT_STREAM_DISPATCH
WSK_CLIENT_STREAM_DISPATCH

_WSK_CLIENT_STREAM_DISPATCH structure

-description

The WSK_CLIENT_STREAM_DISPATCH structure specifies a WSK application's dispatch table of event callback functions for a stream socket. Because a stream socket can act either as a listening socket or a connection-oriented socket, this structure allows a stream socket to access the dispatch tables for both the WSK_CLIENT_LISTEN_DISPATCH structure and the WSK_CLIENT_CONNECTION_DISPATCH structure.

-struct-fields

-field Listen

A pointer to a WSK_CLIENT_LISTEN_DISPATCH structure, which specifies a WSK application's dispatch table of event callback functions for a stream socket which is acting as a listening socket.

-field Connect

A pointer to a WSK_CLIENT_CONNECTION_DISPATCH structure, which specifies a WSK application's dispatch table of event callback functions for a stream socket which is acting as a connection-oriented socket.

-remarks

A WSK application passes a pointer to a WSK_CLIENT_STREAM_DISPATCH structure to the WSK subsystem when the WSK application calls the WskSocket function to create a stream socket.

-see-also

WSK_CLIENT_CONNECTION_DISPATCH

WSK_CLIENT_LISTEN_DISPATCH

WSK_PROVIDER_STREAM_DISPATCH

WskSocket