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) |