POWERSOURCEUPDATE - NtDoc

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

typedef struct _POWERSOURCEUPDATE {
  POWERSOURCEID PowerSourceId;
  ULONG         MaxChargeCurrent;
  BOOLEAN       PowerSourceAvailableStatus;
  PVOID         PowerSourceInformation;
} POWERSOURCEUPDATE, *PPOWERSOURCEUPDATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-charging-_powersourceupdate)

_POWERSOURCEUPDATE structure

Description

This structure is for internal use only.

Members

PowerSourceId

MaxChargeCurrent

PowerSourceAvailableStatus

PowerSourceInformation

See also

charging.h