WDF_POWER_POLICY_SX_WAKE_USER_CONTROL - NtDoc

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

typedef enum _WDF_POWER_POLICY_SX_WAKE_USER_CONTROL {
  WakeUserControlInvalid = 0,
  WakeDoNotAllowUserControl,
  WakeAllowUserControl
} WDF_POWER_POLICY_SX_WAKE_USER_CONTROL;
View the official Windows Driver Kit DDI reference
// wudfddi_types.h

typedef enum _WDF_POWER_POLICY_SX_WAKE_USER_CONTROL {
  WakeUserControlInvalid,
  WakeDoNotAllowUserControl,
  WakeAllowUserControl
} WDF_POWER_POLICY_SX_WAKE_USER_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdfdevice-_wdf_power_policy_sx_wake_user_control)

_WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration (wdfdevice.h)

Description

[Applies to KMDF and UMDF]

The WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration identifies whether a user can control a device's ability to wake the system from a low system power state.

Constants

WakeUserControlInvalid:0

For internal use only.

WakeDoNotAllowUserControl

Users cannot control the device's ability to wake the system from a low system power state.

WakeAllowUserControl

Users can control the device's ability to wake the system from a low system power state.

Remarks

The WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration is used as a member type in the WDF_DEVICE_POWER_POLICY_WAKE_SETTINGS structure.

To control a device's ability to wake the system from a low system power state, users modify information on a property sheet. The framework creates the property sheet and Device Manager displays it.

See also

WDF_DEVICE_POWER_POLICY_WAKE_SETTINGS


Windows Driver Kit DDI reference (ne-wudfddi_types-_wdf_power_policy_sx_wake_user_control)

_WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration (wudfddi_types.h)

Description

[Applies to KMDF and UMDF]

The WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration identifies whether a user can control a device's ability to wake the system from a low system power state.

Constants

WakeUserControlInvalid

For internal use only.

WakeDoNotAllowUserControl

Users cannot control the device's ability to wake the system from a low system power state.

WakeAllowUserControl

Users can control the device's ability to wake the system from a low system power state.

Remarks

The WDF_POWER_POLICY_SX_WAKE_USER_CONTROL enumeration is used as a member type in the WDF_DEVICE_POWER_POLICY_WAKE_SETTINGS structure.

To control a device's ability to wake the system from a low system power state, users modify information on a property sheet. The framework creates the property sheet and Device Manager displays it.

See also

WDF_DEVICE_POWER_POLICY_WAKE_SETTINGS