#include <nitro/os.h>
BOOL OS_IsRebooted( void );
None.
Returns FALSE if the running application was booted directly from the system menu.
Returns TRUE if the running application was booted by being restarted.
Checks whether the running application was booted directly from the system menu or was restarted using the OS_RebootSystem
function.
PM_ForceToResetHardware
OS_RebootSystem
2008/09/09 Initial version.
CONFIDENTIAL