WSK_CLIENT_NPI structure (wsk.h)
The WSK_CLIENT_NPI structure identifies a Network Programming Interface (NPI) implemented by a WSK client.
Syntax
typedef struct _WSK_CLIENT_NPI {
PVOID ClientContext;
const WSK_CLIENT_DISPATCH *Dispatch;
} WSK_CLIENT_NPI, *PWSK_CLIENT_NPI;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | wsk.h (include Wsk.h) |