HPMI_BATTERY_UTILIZATION_HINT - NtDoc

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

typedef struct _HPMI_BATTERY_UTILIZATION_HINT {
  ULONG          Version;
  HPMI_HINT_BOOL PreserveNonHotSwappableBatteries;
} HPMI_BATTERY_UTILIZATION_HINT, *PHPMI_BATTERY_UTILIZATION_HINT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hpmi-_hpmi_battery_utilization_hint)

_HPMI_BATTERY_UTILIZATION_HINT structure

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

This hint indicates if the OEM Battery Manager should attempt to save as much charge as possible in the non-hot swappable batteries (i.e. the batteries are generally referred to as "internal batteries", these batteries cannot be removed while system is operational).

Members

Version

Set to HPMI_BATTERY_UTILIZATION_HINT_VERSION_1.

PreserveNonHotSwappableBatteries

Interpretation of values:

See also

HPMI_HINT_BOOL

IOCTL_HPMI_BATTERY_UTILIZATION_HINT

hpmi.h