HPMI_HINT_BOOL - NtDoc

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

typedef enum _HPMI_HINT_BOOL {
  HpmiBoolUnavailable,
  HpmiBoolFalse,
  HpmiBoolTrue,
  HpmiBoolMax
} HPMI_HINT_BOOL, *PHPMI_HINT_BOOL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-hpmi-_hpmi_hint_bool)

_HPMI_HINT_BOOL enumeration

Description

[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.

Constants

HpmiBoolUnavailable

No data is available.

HpmiBoolFalse

Condition is asserted to be false.

HpmiBoolTrue

Condition is asserted to be true.

HpmiBoolMax

Value is not used.

See also

HPMI_BATTERY_UTILIZATION_HINT

IOCTL_HPMI_BATTERY_UTILIZATION_HINT

hpmi.h