NetAdapterSetReceiveFilterCapabilities - NtDoc

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

void NetAdapterSetReceiveFilterCapabilities(
  [_In_] NETADAPTER                                    Adapter,
  [_In_] const NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NetAdapterSetReceiveFilterCapabilities function sets the receive filtering capabilities of a network adapter.

Parameters

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.

Remarks

Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.

See also

NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES

EVT_NET_ADAPTER_SET_RECEIVE_FILTER

NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT

NET_PACKET_FILTER_FLAGS

NetReceiveFilterGetMulticastAddressList

NetReceiveFilterGetMulticastAddressCount