STORAGE_DEVICE_POWER_CAP_UNITS列舉 (ntddstor.h)
最大電源閾值的單位。
Syntax
typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
StorageDevicePowerCapUnitsPercent,
StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;
常數
StorageDevicePowerCapUnitsPercent 單位以百分比為單位。 |
StorageDevicePowerCapUnitsMilliwatts 以 milliwatt 為單位。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 |
最低支援的伺服器 | Windows Server 2016 |
標頭 | ntddstor.h (包含 Ntddstor.h) |