// pointofservicecommontypes.h
typedef enum DriverUnifiedPosPowerReportingType {
UnknownPowerReportingType,
Standard,
Advanced
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration defines the type of power reporting that is supported by the device (for example, advanced, standard, and so on).
UnknownPowerReportingTypeThe power reporting type is not known.
StandardThe device supports the standard power reporting type.
AdvancedThe device supports the advanced power reporting type.