”@

Home 

c++ Programming Glossary: unattended

Disable sleep mode in Windows Mobile 6

http://stackoverflow.com/questions/246407/disable-sleep-mode-in-windows-mobile-6

mode. To handle this you need to put the device into unattended power mode. if PowerPolicyNotify PPN_UNATTENDEDMODE TRUE handle.. PPN_UNATTENDEDMODE FALSE handle error During unattended mode use you still need to call the KeepAlive a lot you can.. and calls the keep alive funcation. Please note that unattended mode does not bring it out of sleep mode it puts the device..

How can I run code on Windows Mobile while being suspended?

http://stackoverflow.com/questions/336771/how-can-i-run-code-on-windows-mobile-while-being-suspended

are Set the device to send a notification when going into unattended mode. This is done with PowerPolicyNotify PPN_UNATTENDEDMODE.. TRUE For every device that you need during unattended mode call SetPowerRequirement L gpd0 D0 POWER_NAME POWER_FORCE.. field pPwrBrodcast SystemPowerState then contains a string unattended when the device is shut off e.g. by the user pressing the off..