Click to See Complete Forum and Search --> : How to initiate “Soft-Reset” from my MFC program


zikman
January 10th, 2006, 04:15 AM
Hi,

How can I initiate iPAQ “Soft-Reset” from my embedded MFC application using C++?
Just before the PDA is going to be stuck (maybe use some Watch-Dog or something)?

Many thanks Zikman.

sreehari
January 16th, 2006, 05:41 AM
hi

this is how reset is done in C++....


ExitWindowsEx(EWX_REBOOT, NULL);


hope this helps you

regards