From Forum Nokia Wiki
Reviewer Approved 
Pre-Symbian OS v9 solution
#include <saclient.h>
Link against: sysagt.lib
RSystemAgent systemAgent;
User::LeaveIfError(systemAgent.Connect());
TInt strength = systemAgent.GetState(KUidBatteryStrength);
systemAgent.Close();
Post v9 solution
Related Links: