Freigeben über


Updating the ProtocolBindAdapter Function for an NDIS 6.0 Protocol Driver

In NDIS 6.0, the ProtocolBindAdapterEx function replaces the ProtocolBindAdapter function. NDIS calls ProtocolBindAdapterEx to perform binding operations whenever an underlying miniport adapter, to which the protocol driver can bind, becomes available.

ProtocolBindAdapterEx initializes a binding for network I/O operations. NDIS passes ProtocolBindAdapterEx an NDIS_BIND_PARAMETERS structure. For more information about ProtocolBindAdapterEx and this structure, see Binding to an Adapter.

The ProtocolBindAdapterEx function must: