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>JumpToParentalControls</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>::JumpToParentalControls</CODE> Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14<a href="../../../nn/Result/Overview.html">Result</a> JumpToParentalControls( 15 AppletParentalControlsScene scene = nn::applet::CTR::PARENTAL_CONTROLS_TOP 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>in</td> 31<th><CODE>scene</CODE></th> 32<td>Indicates which Parental Controls scene to jump to.</td> 33 </tr> </table> 34 </div> 35<h2>Return Values</h2> 36<div class="section">Returns the result of the operation. </div> 37<h2>Description</h2> 38 <div class="section"> 39<p>Jumps to Parental Controls in system settings.</p><P> 40The application will exit when this function is called. Be sure to execute a shutdown process as required. There is no return from this function call, regardless of whether the jump is successful. 41</P><P> 42Although this function has a return value, it never actually returns it. On success, it ends the process. On failure, it raises a fatal error. 43</P><P> 44You can specify which Parental Controls scene to jump to using the <span class="argument">scene</span> parameter. 45</P><TABLE><THEAD><TR bgcolor="#ccccdd"><TH>Value</TH><TH>The jump destination.</TH></TR></THEAD><TR><TD><CODE>nn::applet::CTR::PARENTAL_CONTROL_TOP</CODE></TD><TD>The first Parental Controls screen (default).</TD></TR><TR><TD>nn::applet::CTR:PARENTAL_CONTROLS_COPPACS</TD><TD>Parental Control COPPACS Setting Screen</TD></TR></TABLE><P> 46The application will execute from the beginning upon returning from system settings. You can check whether there has been a return jump from system settings using <a href="../../../nn/applet/CTR/IsFromMset.html"><CODE>nn::applet::CTR::IsFromMset</CODE></a>(). 47</P></div> 48<h2>Revision History</h2> 49 <div class="section"> 50 <dl class="history"> 51 <dt>2011/12/29</dt> 52<dd>Added <CODE>nn::applet::CTR:PARENTAL_CONTROLS_COPPACS</CODE> to possible jump destinations.<br /> 53 </dd> 54 <dt>2011/10/19</dt> 55<dd>Added note that the function's return value can never actually be returned. 56 </dd> 57 <dt>2011/09/01</dt> 58<dd>Initial version.<br /> 59 </dd> 60 </dl> 61 </div> 62 <hr><p>CONFIDENTIAL</p></body> 63</html>