// netadapter.h
NET_ADAPTER_LINK_LAYER_ADDRESS const * NetReceiveFilterGetMulticastAddressList(
[_In_] NETRECEIVEFILTER ReceiveFilter
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetReceiveFilterGetMulticastAddressList function retrieves a network adapter's multicast address list.
ReceiveFilter [_In_]A handle to a NETRECEIVEFILTER object.
Returns a pointer to the first NET_ADAPTER_LINK_LAYER_ADDRESS structure in the network adapter's multicast address list.
Client drivers typically call this function during their EvtNetAdapterSetReceiveFilter callback to get an updated multicast address list that the NIC must enable.
NetReceiveFilterGetMulticastAddressCount
NetReceiveFilterGetPacketFilter
EVT_NET_ADAPTER_SET_RECEIVE_FILTER