NdisMRebindProtocolsToAdapter (Windows Embedded CE 6.0)

1/6/2010

This function requests that NDIS first unbind the adapter from all the protocols to which it is currently bound, and then rebind the protocols to the adapter.

Syntax

VOID NdisMRebindProtocolsToAdapter(
  NDIS_HANDLE MiniportAdapterHandle 
);

Parameters

Return Value

None.

Remarks

In Windows Embedded CE versions prior to Windows CE .NET 4.0, TCP/IP did not support media sense notifications. In those versions, this function allows a wireless miniport driver to force DHCP to be rerun by TCP/IP when roaming between different subnets. With Windows CE .NET 4.0 and later, miniport drivers should use media sense notifications instead of this API.

Requirements

Header ndis.h
Library ndis.dll
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

NDIS Library Functions
MiniportInitialize