Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure puts the BatteryGetLifeTimeInfo parameters into a form that can be passed through an IOCTL.
typedef struct _BatteryLifetimeInfo_tag { SYSTEMTIME stLastChange; DWORD cmsCpuUsage; DWORD cmsPreviousCpuUsage;} BATTERYLIFETIMEINFO, *PBATTERYLIFETIMEINFO;
Members
- stLastChange
Pointer to the local time when the user last changed the batteries. - cmsCpuUsage
Pointer to the amount of time the current batteries have been in active use. - cmsPreviousCpuUsage
Pointer to the amount of time the previous batteries were in active use before the user replaced them, or zero if unknown.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Battery.h.
See Also
Send Feedback on this topic to the authors