EthDeleteFilter

This function is called by an NIC driver to delete the memory associated with an Ethernet filter library database.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

VOID EthDeleteFilter( IN PETH_FILTER Filter );

Parameters

Filter
Pointer to the filter library database memory to be deleted.

Remarks

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.

See Also

EthCreateFilter