WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS - NtDoc

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

typedef enum _WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS {
  IdleTimeoutDefaultConstant = 0
} WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS;
View the official Windows Driver Kit DDI reference
// wudfddi_types.h

typedef enum _WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS {
  IdleTimeoutDefaultConstant
} WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS enumeration (wdfdevice.h)

Description

[Applies to KMDF and UMDF]

The WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS enumeration is reserved for internal use.

Constants

IdleTimeoutDefaultConstant:0

For internal use only.


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

_WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS enumeration (wudfddi_types.h)

Description

Constants

IdleTimeoutDefaultConstant

Remarks

[!NOTE] The above locking models apply only for I/O (that is, open, read, write, and device I/O control) operations and not for Plug and Play (PnP) and power management notifications.