Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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