NetPowerOffloadGetArpParameters - NtDoc

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

void NetPowerOffloadGetArpParameters(
  [_In_]    NETPOWEROFFLOAD                  PowerOffload,
  [_Inout_] NET_POWER_OFFLOAD_ARP_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netpoweroffload-netpoweroffloadgetarpparameters)

NetPowerOffloadGetArpParameters function

Description

The NetPowerOffloadGetArpParameters function gets parameters for an IPv4 ARP low power protocol offload to a net adapter.

Parameters

PowerOffload [_In_]

The NETPOWEROFFLOAD object that represents this ARP protocol offload.

Parameters [_Inout_]

A pointer to a driver-allocated and initialized NET_POWER_OFFLOAD_ARP_PARAMETERS structure that receives the ARP parameter information.

Remarks

Call NET_POWER_OFFLOAD_ARP_PARAMETERS_INIT to initialize the NET_POWER_OFFLOAD_ARP_PARAMETERS structure before calling this function.

The client driver must only call NetPowerOffloadGetArpParameters during a power transition, typically from its EVT_WDF_DEVICE_ARM_WAKE_FROM_SX, EVT_WDF_DEVICE_ARM_WAKE_FROM_S0, or EVT_NET_DEVICE_PREVIEW_POWER_OFFLOAD callback function. Otherwise, the call results in a system bugcheck.

See also

Configuring power management

NET_POWER_OFFLOAD_ARP_PARAMETERS

NET_POWER_OFFLOAD_ARP_PARAMETERS_INIT