This function is called by an NIC driver to delete the memory associated with an Ethernet filter library database.
| Header file: | Ndis.h |
| Windows CE versions: | 2.0 and later |
VOID EthDeleteFilter( IN PETH_FILTER Filter );
This function assumes that any active filters have been cleared from the database.
Drivers usually call this function when they are unloading.
A driver that calls this function runs at IRQL PASSIVE_LEVEL.