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 allows an application (or NDIS protocol driver) to request that all the protocols bound to an adapter unbind and rebind.
VOID NdisRebindProtocolsToAdapter( PNDIS_STATUS pStatus,PWSTRwszAdapterInstanceName,PWSTRwszProtocolName);
Parameters
- pStatus
[out] On return, contains the status of the operation. - wszAdapterInstanceName
[in] Adapter name. - wszProtocolName
[in] Multi-string containing protocol name. If NULL, all protocols will unbind and rebind to adapter, based on registry setting.
Return Values
Status of operation.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
DeviceIoControl | IOCTL_NDIS_REBIND_ADAPTER | IOCTL_NDIS_UNBIND_ADAPTER | NdisBindProtocolsToAdapter | NdisUnbindProtocolsFromAdapter
Send Feedback on this topic to the authors