EVT_NET_ADAPTER_SET_RECEIVE_FILTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netadapter.h

EVT_NET_ADAPTER_SET_RECEIVE_FILTER EvtNetAdapterSetReceiveFilter;

void EvtNetAdapterSetReceiveFilter(
  [_In_] NETADAPTER Adapter,
  [_In_] NETRECEIVEFILTER unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-netadapter-evt_net_adapter_set_receive_filter)

Description

The client driver implements the EvtNetAdapterSetReceiveFilter callback function to set changes in a network adapter's active receive filtering capabilities.

Parameters

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.

Remarks

Register your implementation of this callback function by setting the appropriate parameter when calling NetAdapterSetReceiveFilterCapabilities.

See also

NetAdapterSetReceiveFilterCapabilities

NetReceiveFilterGetPacketFilter

NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT

NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES

NET_PACKET_FILTER_FLAGS

NetReceiveFilterGetMulticastAddressList

NetReceiveFilterGetMulticastAddressCount