1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_JumpToWirelessSetting</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">OS_JumpToWirelessSetting&nbsp;<img src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14<DD><CODE>#include &lt;nitro/os.h&gt;</CODE><BR> <BR> <code>BOOL OS_JumpToWirelessSetting( void );</CODE>
15</DL>
16<H2>Arguments</H2>
17<P>None.</P>
18<H2>Return Values</H2>
19<P>Returns <CODE>FALSE</CODE> 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.<font color="#ff0000"><B>If successful, control will never return from this function.</B></font></P>
20<H2>Description</H2>
21<P>Performs a hardware reset and jumps to the <B>Internet</B> &amp;rarr; <B>Wireless Communications</B> item within the System Settings.</P>
22<P>When making the transition, a hardware reset will be performed, just as with the <A href="OS_JumpToSystemMenu.html"><CODE>OS_JumpToSystemMenu</CODE></A> or <A href="../../spi/pm/PM_ForceToResetHardware.html"><CODE>PM_ForceToResetHardware</CODE></A> functions. Therefore, you should be sure to save any necessary data before calling this function.</P>
23<P><font color="#ff0000"><B>This function cannot be called when interrupts are disabled. <BR>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 <A href="../../spi/pm/PM_AppendExitCallback.html"><CODE>PM_Append*ExitCallback</CODE></A> functions.</B></font></P>
24
25<H2>See Also</H2>
26<P><A href="../../spi/pm/PM_ForceToResetHardware.html"><CODE>PM_ForceToResetHardware</CODE></A><BR> <A href="OS_JumpToSystemMenu.html"><CODE>OS_JumpToSystemMenu</CODE></A><BR> <A href="OS_JumpToWirelessSetting.html"><CODE>OS_JumpToInternetSetting</CODE></A><BR> <A href="OS_JumpToEULAViewer.html"><CODE>OS_JumpToEULAViewer</CODE></A><BR> <A href="../../spi/pm/PM_AppendExitCallback.html"><CODE>PM_Append*ExitCallback</CODE></A><BR> <A href="../../spi/pm/PM_AppendExitCallback.html"><CODE>PM_Prepend*ExitCallback</CODE></A><BR> <A href="../../spi/pm/PM_AppendExitCallback.html"><CODE>PM_Insert*ExitCallback</CODE></A>
27</P>
28<H2>Revision History</H2>
29<P>2008/10/22 Added the fact that execution during exit processing is prohibited.<BR> 2008/09/08 Revised the icon.<BR> 2008/08/05 Initial version.</P>
30<hr><p>CONFIDENTIAL</p></body>
31</HTML>