OS_JumpToInternetSetting 

Syntax

#include <nitro/os.h>

BOOL OS_JumpToInternetSetting( void );

Arguments

None.

Return Values

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.

Description

Performs a hardware reset and jumps to the Internet item in 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 functions such as the PM_Append*ExitCallback functions.

See Also

PM_ForceToResetHardware
OS_JumpToSystemMenu
OS_JumpToWirelessSetting
OS_JumpToEULAViewer
PM_Append*ExitCallback
PM_Prepend*ExitCallback
PM_Insert*ExitCallback

Revision History

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