BOOLEAN
EthNoteFilterOpenAdapter(
IN PETH_FILTER Filter,
IN NDIS_HANDLE MacBindingHandle,
IN NDIS_HANDLE NdisBindingContext,
OUT PNDIS_HANDLE NdisFilterHandle
);
EthNoteFilterOpenAdapter is called by the NIC driver to add a binding filter to the Ethernet filter library database.
EthNoteFilterOpenAdapter returns TRUE if it adds the binding filter to the filter library database. The function returns FALSE if it cannot add the binding filter because the database already contains the maximum number of filters.
A caller must be holding the database spin lock to call EthNoteFilterOpenAdapter, so the driver is running at IRQL DISPATCH_LEVEL.