Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 3.06 KB

ns-netdevice-_net_device_power_policy_event_callbacks.md

File metadata and controls

79 lines (57 loc) · 3.06 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NS:netdevice._NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS (netdevice.h)
The NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure contains function pointers for a client driver's power policy callback functions.
netvista
10/11/2019
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS, NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS,
netdevice.h
netadaptercx.h
Windows 10, version 2004
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
Windows
Vb
_NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
netdevice/_NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
netdevice/NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
apiref
HeaderDef
netdevice.h
_NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS

NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure

-description

The NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure contains function pointers for a client driver's power policy callback functions.

-struct-fields

-field Size

The size of this structure, in bytes.

-field EvtDevicePreviewBitmapPattern

A pointer to the client driver's implementation of the EvtNetDevicePreviewWakeSource callback function for previewing a bitmap wake pattern.

-field EvtDevicePreviewArpOffload

A pointer to an implementation of the EvtNetDevicePreviewPowerOffload callback function for previewing an IPv4 ARP low power protocol offload.

-field EvtDevicePreviewNSOffload

A pointer to an implementation of the EvtNetDevicePreviewPowerOffload callback function for previewing an IPv6 Neighbor Solicitation (NS) low power protocol offload.

-remarks

Call NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT to initialize this structure, then provide pointers to the callbacks your client driver implements. If your client driver does not implement one of the callbacks, set that member to NULL.

-see-also

Configuring Power Management

EvtNetDevicePreviewWakeSource

EvtNetDevicePreviewPowerOffload

NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT