iPAQGetOnBatteryBacklightOnOff (ipaqutil)
Last changed: BenClayton-15.207.255.7

.
Summary
Gets the current state of backlight when running on batteries.

C# Signature:

[DllImport("ipaqutil.dll", SetLastError=true)]
static extern bool iPAQGetOnBatteryBacklightOnOff(ref int status);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

status = 0, off

status = 1, on

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation