// wdfdevice.h
VOID WDF_PNPPOWER_EVENT_CALLBACKS_INIT(
[out] PWDF_PNPPOWER_EVENT_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF and UMDF]
The WDF_PNPPOWER_EVENT_CALLBACKS_INIT function initializes a driver's WDF_PNPPOWER_EVENT_CALLBACKS structure.
Callbacks
[out]A pointer to a driver-allocated WDF_PNPPOWER_EVENT_CALLBACKS structure.
The WDF_PNPPOWER_EVENT_CALLBACKS_INIT function zeros the specified WDF_PNPPOWER_EVENT_CALLBACKS structure and sets the structure's Size member.
For a code example that uses WDF_PNPPOWER_EVENT_CALLBACKS_INIT, see WdfDeviceInitSetPnpPowerEventCallbacks.