// hpmi.h
typedef enum _HPMI_HINT_BOOL {
HpmiBoolUnavailable,
HpmiBoolFalse,
HpmiBoolTrue,
HpmiBoolMax
} HPMI_HINT_BOOL, *PHPMI_HINT_BOOL;
View the official Windows Driver Kit DDI referenceNo description available.
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Boolean type value used to track availability of HPMI hint data.
HpmiBoolUnavailableNo data is available.
HpmiBoolFalseCondition is asserted to be false.
HpmiBoolTrueCondition is asserted to be true.
HpmiBoolMaxValue is not used.
IOCTL_HPMI_BATTERY_UTILIZATION_HINT