Soft Reset
-
Hi, I wanted to softrest my H/PC programmatically.I have wrote the following code.But the code is not working.I have seen lot of sample/guide application for Pocket PC.But I am unable to find any code/stuff for H/PC. if(!ExitWindowsEx(EWX_REBOOT,EWX_FORCE))//soft reset // return false; return true; Does any one know how to do this ? Guide Me. Thanks, Siva.
-
Hi, I wanted to softrest my H/PC programmatically.I have wrote the following code.But the code is not working.I have seen lot of sample/guide application for Pocket PC.But I am unable to find any code/stuff for H/PC. if(!ExitWindowsEx(EWX_REBOOT,EWX_FORCE))//soft reset // return false; return true; Does any one know how to do this ? Guide Me. Thanks, Siva.
Check this out: How can I soft reset Pocket PC device?[^]