Share via


NdisDeregisterProtocol (Windows CE 5.0)

Send Feedback

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

VOID NdisDeregisterProtocol(PNDIS_STATUSStatus,NDIS_HANDLENdisProtocolHandle);

Parameters

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

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib

See Also

NdisRegisterProtocol

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.