NdisDeregisterProtocol releases the resources allocated when the driver called NdisRegisterProtocol.
VOID NdisDeregisterProtocol(OUT PNDIS_STATUS Status,
IN NDIS_HANDLE NdisProtocolHandle);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |
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.