// netadapter.h
EVT_NET_ADAPTER_SET_RECEIVE_FILTER EvtNetAdapterSetReceiveFilter;
void EvtNetAdapterSetReceiveFilter(
[_In_] NETADAPTER Adapter,
[_In_] NETRECEIVEFILTER unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The client driver implements the EvtNetAdapterSetReceiveFilter callback function to set changes in a network adapter's active receive filtering capabilities.
Adapter [_In_]A handle to a NETADAPTER object the client driver previously created with a call to NetAdapterCreate.
unnamedParam2 [_In_]A handle to a NETRECEIVEFILTER object.
Register your implementation of this callback function by setting the appropriate parameter when calling NetAdapterSetReceiveFilterCapabilities.
NetAdapterSetReceiveFilterCapabilities
NetReceiveFilterGetPacketFilter
NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT
NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES
NetReceiveFilterGetMulticastAddressList
NetReceiveFilterGetMulticastAddressCount