// 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 referenceNo description available.
[Applies to KMDF and UMDF]
The WDF_POWER_POLICY_IDLE_TIMEOUT_CONSTANTS enumeration is reserved for internal use.
IdleTimeoutDefaultConstant:0For internal use only.
IdleTimeoutDefaultConstant[!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.