// netadapter.h
void NetAdapterSetReceiveFilterCapabilities(
[_In_] NETADAPTER Adapter,
[_In_] const NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterSetReceiveFilterCapabilities function sets the receive filtering capabilities of a network adapter.
Adapter [_In_]A handle to a NETADAPTER object the client driver previously created with a call to NetAdapterCreate.
Capabilities [_In_]A pointer to a driver-allocated and initialized NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES structure that describes the network adapter's receive filtering capabilities.
Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.
NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES
EVT_NET_ADAPTER_SET_RECEIVE_FILTER
NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT
NetReceiveFilterGetMulticastAddressList
NetReceiveFilterGetMulticastAddressCount