DriverUnifiedPosPowerReportingType - NtDoc

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

typedef enum DriverUnifiedPosPowerReportingType {
  UnknownPowerReportingType,
  Standard,
  Advanced
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicecommontypes-driverunifiedpospowerreportingtype)

DriverUnifiedPosPowerReportingType enumeration

Description

This enumeration defines the type of power reporting that is supported by the device (for example, advanced, standard, and so on).

Constants

UnknownPowerReportingType

The power reporting type is not known.

Standard

The device supports the standard power reporting type.

Advanced

The device supports the advanced power reporting type.