FEATURE_DATA_POWER_MANAGEMENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddmmc.h

typedef struct _FEATURE_DATA_POWER_MANAGEMENT {
  FEATURE_HEADER Header;
} FEATURE_DATA_POWER_MANAGEMENT, *PFEATURE_DATA_POWER_MANAGEMENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_power_management)

_FEATURE_DATA_POWER_MANAGEMENT structure

Description

The FEATURE_DATA_POWER_MANAGEMENT structure holds information about the Power Management feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

Remarks

This structure holds data for the feature named "Power Management" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can perform both initiator and logical-unit directed power management.

When queried, devices supporting this feature must return the information indicated in FEATURE_HEADER. No other feature-specific information is required.

See also

FEATURE_HEADER

FEATURE_NUMBER