This function is called by the NIC driver to add a binding filter to the Ethernet filter library database.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
BOOLEAN EthNoteFilterOpenAdapter( IN PETH_FILTER Filter,
IN NDIS_HANDLE MacBindingHandle,
IN NDIS_HANDLE NdisBindingContext,
OUT PNDIS_HANDLE NdisFilterHandle );
TRUE indicates success. FALSE indicates that the database already contains the maximum number of filters.
A caller must be holding the database spin lock to call this function, so the driver is running at IRQL DISPATCH_LEVEL.