NetReceiveFilterGetMulticastAddressList - NtDoc

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

NET_ADAPTER_LINK_LAYER_ADDRESS const * NetReceiveFilterGetMulticastAddressList(
  [_In_] NETRECEIVEFILTER ReceiveFilter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-netreceivefiltergetmulticastaddresslist)

Description

The NetReceiveFilterGetMulticastAddressList function retrieves a network adapter's multicast address list.

Parameters

ReceiveFilter [_In_]

A handle to a NETRECEIVEFILTER object.

Return value

Returns a pointer to the first NET_ADAPTER_LINK_LAYER_ADDRESS structure in the network adapter's multicast address list.

Remarks

Client drivers typically call this function during their EvtNetAdapterSetReceiveFilter callback to get an updated multicast address list that the NIC must enable.

See also

NetReceiveFilterGetMulticastAddressCount

NetReceiveFilterGetPacketFilter

EVT_NET_ADAPTER_SET_RECEIVE_FILTER