NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT - NtDoc

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

void NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT(
  [_Out_] NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES *Capabilities,
  [_In_]  PFN_NET_ADAPTER_SET_RECEIVE_FILTER      EvtSetReceiveFilter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT function initializes a NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES structure.

Parameters

Capabilities [_Out_]

A pointer to a driver-allocated NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES structure.

EvtSetReceiveFilter [_In_]

A pointer to the client driver's implementation of the EVT_NET_ADAPTER_SET_RECEIVE_FILTER callback function.

Remarks

The client driver calls NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES_INIT to initialize a NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES structure. The driver passes the initialized NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES structure as a parameter to the NetAdapterSetReceiveFilterCapabilities function to register it.

See also

EVT_NET_ADAPTER_SET_RECEIVE_FILTER

NET_ADAPTER_RECEIVE_FILTER_CAPABILITIES

NetAdapterSetReceiveFilterCapabilities

NET_PACKET_FILTER_FLAGS