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 を含む) |