NetReceiveFilterGetMulticastAddressCount - NtDoc

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

SIZE_T NetReceiveFilterGetMulticastAddressCount(
  [_In_] NETRECEIVEFILTER ReceiveFilter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NetReceiveFilterGetMulticastAddressCount function retrieves the number of addresses in a network adapter's multicast address list.

Parameters

ReceiveFilter [_In_]

A handle to a NETRECEIVEFILTER object.

Return value

Returns the number of addresses in the multicast address list.

Remarks

Client drivers typically call this function during their EvtNetAdapterSetReceiveFilter callback to get an updated count of multicast addresses.

See also

NetReceiveFilterGetMulticastAddressList

NetReceiveFilterGetPacketFilter

EVT_NET_ADAPTER_SET_RECEIVE_FILTER