WDF_POWER_FRAMEWORK_SETTINGS_INIT - NtDoc

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

VOID WDF_POWER_FRAMEWORK_SETTINGS_INIT(
  [out] PWDF_POWER_FRAMEWORK_SETTINGS PowerFrameworkSettings
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfdevice-wdf_power_framework_settings_init)

WDF_POWER_FRAMEWORK_SETTINGS_INIT function

Description

[Applies to KMDF only]

The WDF_POWER_FRAMEWORK_SETTINGS_INIT function initializes a WDF_POWER_FRAMEWORK_SETTINGS structure.

Parameters

PowerFrameworkSettings [out]

A pointer to a driver-allocated WDF_POWER_FRAMEWORK_SETTINGS structure.

Remarks

The WDF_POWER_FRAMEWORK_SETTINGS_INIT function zeros the specified WDF_POWER_FRAMEWORK_SETTINGS structure and sets the structure's Size member.

Examples

For a code example that uses WDF_POWER_FRAMEWORK_SETTINGS_INIT, see WdfDeviceWdmAssignPowerFrameworkSettings.

See also

WDF_POWER_FRAMEWORK_SETTINGS

WdfDeviceWdmAssignPowerFrameworkSettings