WSK_CLIENT_DATAGRAM_DISPATCH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wsk.h

typedef struct _WSK_CLIENT_DATAGRAM_DISPATCH {
  PFN_WSK_RECEIVE_FROM_EVENT WskReceiveFromEvent;
} WSK_CLIENT_DATAGRAM_DISPATCH, *PWSK_CLIENT_DATAGRAM_DISPATCH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wsk-_wsk_client_datagram_dispatch)

_WSK_CLIENT_DATAGRAM_DISPATCH structure

Description

The WSK_CLIENT_DATAGRAM_DISPATCH structure specifies a WSK application's dispatch table of event callback functions for a datagram socket.

Members

WskReceiveFromEvent

A pointer to the WSK application's WskReceiveFromEvent event callback function for the socket. If the WSK application does not enable the WskReceiveFromEvent event callback function for the socket, this pointer can be NULL.

Remarks

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

See also

WSK_PROVIDER_DATAGRAM_DISPATCH

WskReceiveFromEvent

WskSocket