NdisRebindProtocolsToAdapter

This function allows an application (or NDIS protocol driver) to request that all the protocols bound to an adapter unbind and rebind.

VOID NdisRebindProtocolsToAdapter(
OUT PNDIS_STATUS pStatus,
IN PWSTR wszAdapterInstanceName,
IN PWSTR wszProtocolName
);

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

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later   Ndis.h  

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.