OEM Power Off State (Windows Embedded CE 6.0)
1/5/2010
If you have created a device that does not contain GWES or Power Manager, you will have to manage the suspend processes. You must make the following calls:
- FileSystemPowerFunction(FSNOTIFY_POWER_OFF) to power off file system drivers.
- PowerOffSystem.
You should then call Sleep(0) to allow the kernel's scheduler to run and perform the final suspend process.