Share via


BatteryPDDSupportsChangeNotification (Windows Embedded CE 6.0)

1/6/2010

This function indicates whether the battery driver can report whether the batteries were changed.

Syntax

BOOL BatteryPDDSupportsChangeNotification(void);

Parameters

None.

Return Value

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.

Note

This function is statically linked to the battery driver MDD.

Requirements

Header battimpl.h
Windows Embedded CE Windows CE .NET 4.2 and later
Note Statically linked to the battery driver MDD

See Also

Reference

BatteryPDDGetStatus

Concepts

Battery Driver Functions