// wsk.h
VOID WskReleaseProviderNPI(
[in] PWSK_REGISTRATION WskRegistration
);
View the official Windows Driver Kit DDI referenceNo description available.
The WskReleaseProviderNPI function releases a Network Programming Interface (NPI) that was captured with WskCaptureProviderNPI.
WskRegistration [in]A pointer to the memory location initialized by WskRegister that identifies a WSK application's registration instance.
For each call to WskCaptureProviderNPI that returns a success code, there must be exactly one corresponding WskReleaseProviderNPI call that uses the same WskRegistration parameter that was passed to WskCaptureProviderNPI.