// 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 referenceNo description available.
The NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT function initializes a NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure.
Callbacks [_Out_]A pointer to a driver-allocated NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS structure.
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.
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS
NetDeviceInitSetPowerPolicyEventCallbacks