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 (包括 Ntddstor.h)