BatteryPDDSupportsChangeNotification (Windows CE 5.0)
This function indicates whether the battery driver can report whether the batteries were changed.
BOOL BatteryPDDSupportsChangeNotification(void);
Parameters
None.
Return Values
Returns TRUE to indicate that the pfBatteriesChangedSinceLastCall parameter value filled in by BatteryPDDGetStatus is valid. If there is no way to tell that the platform's batteries have been changed this function should return FALSE.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Battimpl.h.
Link Library: Statically linked to the battery driver MDD.
See Also
Send Feedback on this topic to the authors