POWERSOURCESTATUS - NtDoc

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

typedef struct _POWERSOURCESTATUS {
  POWERSOURCEID PowerSourceId;
  ULONG         MaxChargeCurrent;
  ULONG         PowerSourceInformation;
  BOOLEAN       PowerSourceStatus;
} POWERSOURCESTATUS, *PPOWERSOURCESTATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_POWERSOURCESTATUS structure

Description

This struct is for internal use only.

Members

PowerSourceId

MaxChargeCurrent

PowerSourceInformation

PowerSourceStatus

See also

charging.h