// ntddstor.h
typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
StorageDevicePowerCapUnitsPercent,
StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;
View the official Windows Driver Kit DDI reference// winioctl.h
typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
StorageDevicePowerCapUnitsPercent,
StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;
View the official Win32 API referenceNo description available.
The units of the maximum power threshold.
StorageDevicePowerCapUnitsPercentUnits in percent.
StorageDevicePowerCapUnitsMilliwattsUnits in milliwatts.
The units of the maximum power threshold.
StorageDevicePowerCapUnitsPercentUnits in percent.
StorageDevicePowerCapUnitsMilliwattsUnits in milliwatts.