STORAGE_DEVICE_POWER_CAP_UNITS enumeración (ntddstor.h)

Unidades del umbral de potencia máximo.

Syntax

typedef enum _STORAGE_DEVICE_POWER_CAP_UNITS {
  StorageDevicePowerCapUnitsPercent,
  StorageDevicePowerCapUnitsMilliwatts
} STORAGE_DEVICE_POWER_CAP_UNITS, *PSTORAGE_DEVICE_POWER_CAP_UNITS;

Constantes

 
StorageDevicePowerCapUnitsPercent
Unidades en porcentaje.
StorageDevicePowerCapUnitsMilliwatts
Unidades en miliwatts.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Servidor mínimo compatible Windows Server 2016
Encabezado ntddstor.h (incluya Ntddstor.h)