WSK_CLIENT_NPI - NtDoc

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

typedef struct _WSK_CLIENT_NPI {
  PVOID                     ClientContext;
  const WSK_CLIENT_DISPATCH *Dispatch;
} WSK_CLIENT_NPI, *PWSK_CLIENT_NPI;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WSK_CLIENT_NPI structure

Description

The WSK_CLIENT_NPI structure identifies a Network Programming Interface (NPI) implemented by a WSK client.

Members

ClientContext

A pointer to the context for the WSK application's binding to the WSK subsystem.

Dispatch

A pointer to a constant WSK_CLIENT_DISPATCH structure.

Remarks

For more information about attaching a WSK application to the WSK subsystem, see Registering a Winsock Kernel Application.

See also

WSK_CLIENT_DISPATCH