NdisDeregisterProtocol

This function releases the resources allocated when the driver calls the NdisRegisterProtocol function.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

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

Parameters

Status
Pointer to a caller-supplied variable that is set to NDIS_STATUS_SUCCESS on return from this function.
NdisProtocolHandle
Specifies the handle returned by NdisRegisterProtocol when the driver initialized.

Remarks

Currently, this function is a stub that does no work. Future versions of Windows CE may implement this function.