// charging.h
typedef struct _POWERSOURCEUPDATE {
POWERSOURCEID PowerSourceId;
ULONG MaxChargeCurrent;
BOOLEAN PowerSourceAvailableStatus;
PVOID PowerSourceInformation;
} POWERSOURCEUPDATE, *PPOWERSOURCEUPDATE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is for internal use only.
PowerSourceIdMaxChargeCurrentPowerSourceAvailableStatusPowerSourceInformation