Share via


NdisUnbindProtocolsFromAdapter (Windows CE 5.0)

Send Feedback

This function allows an application (or NDIS protocol driver) to request thatall the protocols bound to an adapter unbind.

VOID NdisUnbindProtocolsFromAdapter(  PNDIS_STATUS pStatus,PWSTRwszAdapterInstanceName,PWSTRwszProtocolName,);

Parameters

  • pStatus
    [out] On return, contains the status of the operation.
  • wszAdapterInstanceName
    [in] The NULL-terminated name of the miniport driver that should be used to manage the adapter.
  • wszProtocolName
    [in] Multi-string containing protocol name. If NULL, all protocols will unbind from adapter, based on registry setting.

Return Values

Status of operation.

Requirements

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

See Also

DeviceIoControl | IOCTL_NDIS_REBIND_ADAPTER | IOCTL_NDIS_BIND_ADAPTER | NdisRebindProtocolsToAdapter | NdisBindProtocolsToAdapter

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.