NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES_INIT - NtDoc

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

void NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES_INIT(
  [_Out_] NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES *Capabilities,
  [_In_]  SIZE_T                                     MaximumOffloadCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES_INIT function

Description

The NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES_INIT function initializes a NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES structure.

Parameters

Capabilities [_Out_]

A pointer to a client driver-allocated NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES structure.

MaximumOffloadCount [_In_]

The maximum number of ARP protocol offloads that the hardware supports.

Remarks

After calling this function to initialize the NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES structure, call NetAdapterPowerOffloadSetArpCapabilities to set the net adapter's ARP protocol offload capabilities. Client drivers typically call NetAdapterPowerOffloadSetArpCapabilities when starting a net adapter, but before calling NetAdapterStart.

See also

Configuring power management

NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES

NetAdapterPowerOffloadSetArpCapabilities

NetAdapterStart