G
Guest
Hi,
I am working on a PPC 2003 Device.
I want to get the Battery Status that is displayed in the Control Panel as
High, Low or Very Low.
Can some one tell me how i can get that.
I am using the below API Call to get the Percentage of Battery Charge left.
[DllImport("coredll")]
public extern static bool GetSystemPowerStatusEx(ref YSTEM_POWER_STATUS_EX
sps, bool fUpdate);
In one of our PPC 2003 Devices the Percentage of Battery Charge is displayed
as "Unknown". What is the Reason and Can something be done to get the
Percentage Battery charge.
I am working on a PPC 2003 Device.
I want to get the Battery Status that is displayed in the Control Panel as
High, Low or Very Low.
Can some one tell me how i can get that.
I am using the below API Call to get the Percentage of Battery Charge left.
[DllImport("coredll")]
public extern static bool GetSystemPowerStatusEx(ref YSTEM_POWER_STATUS_EX
sps, bool fUpdate);
In one of our PPC 2003 Devices the Percentage of Battery Charge is displayed
as "Unknown". What is the Reason and Can something be done to get the
Percentage Battery charge.