WskReleaseProviderNPI - NtDoc

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

VOID WskReleaseProviderNPI(
  [in] PWSK_REGISTRATION WskRegistration
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wsk-wskreleaseprovidernpi)

WskReleaseProviderNPI function

Description

The WskReleaseProviderNPI function releases a Network Programming Interface (NPI) that was captured with WskCaptureProviderNPI.

Parameters

WskRegistration [in]

A pointer to the memory location initialized by WskRegister that identifies a WSK application's registration instance.

Remarks

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.

See also

WSK_REGISTRATION

WskCaptureProviderNPI