BatteryDrvrSupportsChangeNotification

This function determines whether the battery driver can report when the batteries have been changed.

Syntax

BOOL BatteryDrvrSupportsChangeNotification( void );

Return Values

TRUE indicates that the battery driver supports notification; FALSE indicates that it does not.

Remarks

If FALSE, the fBatteriesChangedSinceLastCall member of the BATTERY_STATUS structure is always FALSE.

Implement this GWES-layer function as part of porting native device drivers.

This function is declared in the Battery.h header file.