OS_IsRebooted

Syntax

#include <nitro/os.h>

BOOL OS_IsRebooted( void );

Arguments

None.

Return Values

Returns FALSE if the running application was booted directly from the system menu.
Returns TRUE if the running application was booted by being restarted.

Description

Checks whether the running application was booted directly from the system menu or was restarted using the OS_RebootSystem function.

See Also

PM_ForceToResetHardware
OS_RebootSystem

Revision History

2008/09/09 Initial version.


CONFIDENTIAL