will this work
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"PowerOffBatteryVoltage"=dword:00000E10
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"TONY98" <u56502@uwe> ha scritto nel messaggio news:9fb4d9602d0f0@uwe...
BatteryFlag member of the SYSTEM_POWER_STATUS_EX2 provides the current
battery level.
based on this, you can power off your device.
otherwise.. if you have a custom battery driver, you have to check the
voltage level in the driver or check the battery level with your custom API
and power of your device.
Good luck,
--
vinoth.R
http://www.windowsfordevices.com/articles/AT8185724467.html
http://e-consystems.com/gprsconnectivity.asp
http://vinoth-vinothblog.blogspot.com
http://e-consystems.com/blog
"TONY98" wrote:
> .
>