NdisReEnumerateProtocolBindings (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

None.

Remarks

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

Requirements

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

See Also

Reference

NDIS Library Functions
NdisRegisterProtocol
ProtocolBindAdapter