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.
VOID NdisMRebindProtocolsToAdapter(NDIS_HANDLE MiniportAdapterHandle);
Parameters
- MiniportAdapterHandle
[in] Handle originally input to the MiniportInitialize function.
Return Values
None.
Remarks
In Windows 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
OS Versions: Windows CE 3.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.
See Also
Send Feedback on this topic to the authors