
#include <nitro/os.h>BOOL OS_JumpToEULAViewer( void );
None.
Returns FALSE if the conditions required for the transition have not been met. This can occur, for example, when this function is called in a development environment where the System Settings are not present.If successful, control will never return from this function.
Performs a hardware reset and jumps to the Internet → "Terms of Use" item within the System Settings.
When making the transition, a hardware reset will be performed, just as with the OS_JumpToSystemMenu or PM_ForceToResetHardware functions. Therefore, you should be sure to save any necessary data before calling this function.
This function cannot be called when interrupts are disabled.
Because this function cannot be called during the exit process either, take care that it is not executed from within an exit callback registered using the PM_Append*ExitCallback functions or similar functions.
PM_ForceToResetHardwareOS_JumpToSystemMenuOS_JumpToWirelessSettingOS_JumpToInternetSettingPM_Append*ExitCallbackPM_Prepend*ExitCallbackPM_Insert*ExitCallback
2008/10/22 Added the fact that execution during exit processing is prohibited.
2008/09/08 Revised the icon.
2008/08/05 Initial version.
CONFIDENTIAL