// charging.h
typedef struct _POWERSOURCESTATUS {
POWERSOURCEID PowerSourceId;
ULONG MaxChargeCurrent;
ULONG PowerSourceInformation;
BOOLEAN PowerSourceStatus;
} POWERSOURCESTATUS, *PPOWERSOURCESTATUS;
View the official Windows Driver Kit DDI referenceNo description available.
This struct is for internal use only.
PowerSourceIdMaxChargeCurrentPowerSourceInformationPowerSourceStatus