Re: Restart wince device

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




Are you sure reset is supported in your OAL? Anyway,
IOCTL_HAL_REBOOT is quite dangerous aproach.
SetSystemPowerState() with POWER_STATE_RESET flag is
a right way to go ...

- Oleg


mamatha wrote:
Hi,
I want to restart my wince device (wince 5.0) using software or OS. I am using PXA27X processor.
I came to know from some of the groups that we can use IOCTL_HAL_REBOOT to restart the wince device. But if i use that the system is hanging.
Can any one tell me the solution for this..

Thanks in advance,

.