Share via


NDIS Functions for Protocol Drivers (Compact 2013)

3/26/2014

This section includes the NDIS functions for protocol drivers.

In This Section

  • NdisCloseAdapterEx
    Releases the binding and the resources that were allocated when the driver called the NdisOpenAdapterEx function.
  • NdisCompleteBindAdapterEx
    Completes a binding operation for which the driver's ProtocolBindAdapterEx function returned NDIS_STATUS_PENDING.
  • NdisOpenAdapterEx
    Sets up a binding between the protocol driver and an underlying driver.
  • NdisQueryAdapterInstanceName
    Retrieves the friendly name of a physical network adapter or a virtual adapter to which the calling protocol driver is bound.
  • NdisQueryBindInstanceName
    Retrieves the friendly name of a physical network adapter or a virtual adapter to which the calling protocol driver is bound.
  • NdisReEnumerateProtocolBindings
    Causes NDIS to call a protocol driver's ProtocolBindAdapterEx function one time for each miniport adapter for which the driver is configured to bind but to which the driver is currently not bound.
  • NdisUnbindAdapter
    Requests NDIS to close a binding to an underlying miniport adapter.

See Also

Reference

NDIS Protocol Driver Reference