iPAQGetMainBatteryLevel (ipaqutil)
Last changed: anonymous

.

The iPAQGetMainBatteryLevel function will get the main battery level. It will return the remaining capacity as a percentage (0 to 100).

C# Signature:

[DllImport("iPAQUtil.dll", SetLastError=true)]
private static extern bool iPAQGetMainBatteryLevel (ref DWORD lpdwLevel);

User-Defined Types:

using DWORD = System.UInt32;

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation