STORAGE_DEVICE_POWER_CAP_UNITS列舉 (ntddstor.h)
最大電源閾值的單位。
語法
typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
StorageDevicePowerCapUnitsPercent,
StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;
常數
StorageDevicePowerCapUnitsPercent 單位百分比。 |
StorageDevicePowerCapUnitsMilliwatts 千瓦特的單位。 |
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 10 |
支援的最低伺服器 | Windows Server 2016 |
標頭 | ntddstor.h (include Ntddstor.h) |