Share via


NdisReEnumerateProtocolBindings (Windows CE 5.0)

Send Feedback

This function causes NDIS to call the driver's ProtocolBindAdapter function once for each network adapter for which the driver is configured to bind but to which the driver is not currently bound.

VOID NdisReEnumerateProtocolBindings(NDIS_HANDLE NdisProtocolHandle);

Parameters

  • NdisProtocolHandle
    [in] A handle representing the calling protocol driver. The driver obtained this handle with a previous call to NdisRegisterProtocol.

Return Values

None.

Remarks

A protocol or an intermediate driver calls NdisReEnumerateProtocolBindings to rebind to one or more adapters.

Requirements

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

See Also

NdisRegisterProtocol | ProtocolBindAdapter

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.