// wsk.h
typedef struct _WSK_PROVIDER_NPI {
PWSK_CLIENT Client;
const WSK_PROVIDER_DISPATCH *Dispatch;
} WSK_PROVIDER_NPI, *PWSK_PROVIDER_NPI;
View the official Windows Driver Kit DDI referenceNo description available.
The WSK_PROVIDER_NPI structure identifies a provider Network Programming Interface (NPI) implemented by the WSK subsystem.
ClientA pointer to a WSK_CLIENT structure that was returned through the WskProviderNpi parameter of the WskCaptureProviderNPI function.
DispatchA pointer to a constant WSK_PROVIDER_DISPATCH structure.