1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>IsFromMset</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/applet/Overview.html">applet</a>::<a href="../../../nn/applet/CTR/Overview.html">CTR</a>::IsFromMset</CODE> Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14bool IsFromMset(
15     AppletMsetScene * pScene = NULL
16);
17</pre>
18    </div>
19    <h2>Parameters</h2>
20    <div class="section">
21      <table class="arguments">
22        <thead>
23          <tr>
24            <td width="15" />
25            <th>Name</th>
26            <td>Description</td>
27          </tr>
28        </thead>
29        <tr>
30          <td>out</td>
31          <th><CODE>pScene</CODE></th>
32          <td>Indicates which scene to jump from in system settings. This value is valid only when this function returns <CODE>true</CODE>.</td>
33        </tr> </table>
34    </div>
35    <h2>Return Values</h2>
36    <div class="section">Makes a return jump from system settings if <CODE>true</CODE>. </div>
37    <h2>Description</h2>
38    <div class="section">
39      <p>Determines to return jump from system settings.</p><P>
40The term &quot;return jump&quot; refers to jumping back to the original application when a jump has been made from one application to another.
41</P><P>
42Be sure to call this function sometime after <a href="../../../nn/applet/CTR/Enable.html"><CODE>nn::applet::CTR::Enable</CODE></a>.
43</P><P>
44If the return value is <CODE>true</CODE> (if there is to be a return jump from system settings), information regarding which scene in system settings to jump from is stored in the pointer <span class="argument">pScene</span>. Note, however, that nothing is stored if <span class="argument">pScene</span> is NULL.
45</P><P>
46The value and jump source scene stored are as follows.
47</P><TABLE><THEAD><TR bgcolor="#ccccdd"><TH>Value</TH><TH>The jump source system setting scene</TH></TR></THEAD><TR><TD><CODE>nn::applet::CTR::MSET_INTERNEL_SETTING_TOP</CODE></TD><TD>Internet settings</TD></TR><TR><TD><CODE>nn::applet::CTR::MSET_PARENTAL_CONTROLS_TOP</CODE></TD><TD>The first Parental Controls screen.</TD></TR><TR><TD><CODE>nn::applet::CTR::MSET_DATA_MANAGEMENT_STREETPASS</CODE></TD><TD>The chance encounter management screen.</TD></TR></TABLE></div>
48    <h2>Revision History</h2>
49    <div class="section">
50      <dl class="history">
51        <dt>2011/09/01</dt>
52        <dd>Initial version.<br />
53        </dd>
54      </dl>
55    </div>
56  <hr><p>CONFIDENTIAL</p></body>
57</html>
58