STORAGE_DEVICE_POWER_CAP_UNITS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-_storage_device_power_cap_units)

_STORAGE_DEVICE_POWER_CAP_UNITS enumeration

Description

The units of the maximum power threshold.

Constants

StorageDevicePowerCapUnitsPercent

Units in percent.

StorageDevicePowerCapUnitsMilliwatts

Units in milliwatts.


Win32 API reference (ne-winioctl-storage_device_power_cap_units)

STORAGE_DEVICE_POWER_CAP_UNITS enumeration

Description

The units of the maximum power threshold.

Constants

StorageDevicePowerCapUnitsPercent

Units in percent.

StorageDevicePowerCapUnitsMilliwatts

Units in milliwatts.

See also