NKReboot (Compact 2013)
10/16/2014
This function reboots the OS.
Syntax
BOOL NKReboot (
BOOL fClean
);
Parameters
- fClean
Value that indicates whether to force a clean boot. If set to true, NKForceCleanBoot is called.
Return Value
If successful, does not return a value; if unsuccessful, returns false.
Remarks
If Power Manager is part of the image, this function uses it to perform the reboot.
The pfnNKReboot member of NKGLOBAL points to this function.