STORAGE_DEVICE_POWER_CAP_UNITS enumeration (winioctl.h)
The units of the maximum power threshold.
Syntax
typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
StorageDevicePowerCapUnitsPercent,
StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;
Constants
StorageDevicePowerCapUnitsPercent Units in percent. |
StorageDevicePowerCapUnitsMilliwatts Units in milliwatts. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | winioctl.h (include Windows.h) |