VOID
FddiDeleteFilter(
IN PFDDI_FILTER Filter
);
FddiDeleteFilter is called by a NIC driver to delete the memory associated with an FDDI filter library database.
Parameters
Filter
Points to the filter library database memory to be deleted.
Comments
This function assumes that any active filters have been cleared from the database.
Drivers usually call FddiDeleteFilter when they are unloading.
Callers of FddiDeleteFilter run at IRQL PASSIVE_LEVEL.
See Also