This function determines whether the battery driver can report when the batteries have been changed.
BOOL BatteryDrvrSupportsChangeNotification( void );
TRUE indicates that the battery driver supports notification; FALSE indicates that it does not.
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.