// wdfdevice.h
VOID WDF_POWER_FRAMEWORK_SETTINGS_INIT(
[out] PWDF_POWER_FRAMEWORK_SETTINGS PowerFrameworkSettings
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF only]
The WDF_POWER_FRAMEWORK_SETTINGS_INIT function initializes a WDF_POWER_FRAMEWORK_SETTINGS structure.
PowerFrameworkSettings [out]A pointer to a driver-allocated WDF_POWER_FRAMEWORK_SETTINGS structure.
The WDF_POWER_FRAMEWORK_SETTINGS_INIT function zeros the specified WDF_POWER_FRAMEWORK_SETTINGS structure and sets the structure's Size member.
For a code example that uses WDF_POWER_FRAMEWORK_SETTINGS_INIT, see WdfDeviceWdmAssignPowerFrameworkSettings.
WdfDeviceWdmAssignPowerFrameworkSettings