Asked By John
22-Oct-09 10:37 AM
Hi,
In my CE-app I use SetSystemPowerState(NULL, POWER_STATE_RESET, 0).
This works as expected, but I need to know:
- Will program flow continue after I call this function? Does the function
return on succes?
- Will code in other threads still be executed (which I do not wont, because
a reboot is about to happen)
Thanks,
John Willemsen