NdisDeregisterProtocol

NdisDeregisterProtocol releases the resources allocated when the driver called NdisRegisterProtocol.

Syntax

VOID NdisDeregisterProtocol(OUT PNDIS_STATUS Status,
IN NDIS_HANDLE
NdisProtocolHandle);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

Remarks

The Windows CE version of NdisDeregisterProtocol is a stub which does no work. It may be more fully implemented in later versions of Windows CE.