// netadapter.h
NET_PACKET_FILTER_FLAGS NetReceiveFilterGetPacketFilter(
[_In_] NETRECEIVEFILTER ReceiveFilter
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetReceiveFilterGetPacketFilter function retrieves the NET_PACKET_FILTER_FLAGS. These flags describe the packet filters that the network adapter supports.
ReceiveFilter [_In_]A handle to a NETRECEIVEFILTER object.
Returns a NET_PACKET_FILTER_FLAGS enumeration.
Client drivers typically call NetReceiveFilterGetPacketFilter during their EvtNetAdapterSetReceiveFilter callback to get an updated set of NET_PACKET_FILTER_FLAGS that the NIC must filter.
EVT_NET_ADAPTER_SET_RECEIVE_FILTER
NetReceiveFilterGetMulticastAddressCount
NetReceiveFilterGetMulticastAddressList