// netpoweroffload.h
typedef enum _NET_POWER_OFFLOAD_TYPE {
NetPowerOffloadTypeArp = 1,
NetPowerOffloadTypeNS = 2
} NET_POWER_OFFLOAD_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_POWER_OFFLOAD_TYPE enumeration specifies the type for a low power offload protocol offload to a net adapter.
NetPowerOffloadTypeArp:1The power offload is the IPv4 ARP protocol.
NetPowerOffloadTypeNS:2The power offload is the IPv6 Neighbor Solicitation (NS) protocol.
Call NetPowerOffloadGetType to get the type for a low power protocol offload.