Share via


BatteryPDDSupportsChangeNotification (Windows CE 5.0)

Send Feedback

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

BatteryPDDGetStatus

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.