NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT - NtDoc

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

void NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT(
  [_Out_] NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS *Callbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netdevice-net_device_power_policy_event_callbacks_init)

NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT function

Description

The NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT function initializes a NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure.

Parameters

Callbacks [_Out_]

A pointer to a driver-allocated NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure.

Remarks

This function zeroes out the NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure, then fills in the Size member. After calling this function, call NetDeviceInitSetPowerPolicyEventCallbacks during device initialization before you call WdfDeviceCreate.

See also

Configuring Power Management

NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS

NetDeviceInitSetPowerPolicyEventCallbacks

WdfDeviceCreate