NdisRebindProtocolsToAdapter (Windows Embedded CE 6.0)

1/6/2010

This function allows an application (or NDIS protocol driver) to request that all the protocols bound to an adapter unbind and rebind.

Syntax

VOID NdisRebindProtocolsToAdapter(
  PNDIS_STATUS pStatus,
  PWSTR wszAdapterInstanceName,
  PWSTR wszProtocolName
);

Parameters

  • pStatus
    [out] On return, contains the status of the operation.
  • wszAdapterInstanceName
    [in] Adapter name.
  • wszProtocolName
    [in] Multi-string containing protocol name. If NULL, all protocols will unbind and rebind to adapter, based on registry setting.

Return Value

Status of operation.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
DeviceIoControl
IOCTL_NDIS_REBIND_ADAPTER
IOCTL_NDIS_UNBIND_ADAPTER
NdisBindProtocolsToAdapter
NdisUnbindProtocolsFromAdapter