1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9 10<!-- タイトル名 --> 11<TITLE>SCGetWwwRestriction</TITLE> 12 13</HEAD> 14 15<BODY> 16 17 18<!-- タイトル名 --> 19<H1>SCGetWwwRestriction</H1> 20 21 22<H2>Syntax</H2> 23<dl><dd><pre class="construction">#include <revolution/sc/SCGetWww.h> 24 25BOOL SCGetWwwRestriction(void); 26</pre></dd></dl> 27 28<H2>Arguments</H2> 29<P>None.</P> 30 31<H2>Return Values</H2> 32<P>Returns <CODE>TRUE</CODE> if the user chooses to restrict <STRONG>Use of the Internet Channel and viewing of certain content which is not subject to game rating</STRONG>, a Parental Controls option in the Wii Menu. Otherwise returns <CODE>FALSE</CODE>.</P> 33 34<H2>Description</H2> 35<P>Gets the setting for the Parental Controls option <STRONG>Use of the Internet Channel and viewing of certain content which is not subject to game rating</STRONG> in the Wii Menu, which can be used to restrict viewing of rated Internet content.</P> 36 37<TABLE class="arguments" border="1"> 38 <TBODY> 39 <TR> 40<TD width="30%" valign="middle" bgcolor="#C0C0C0">Return Values</TD> 41<TD width="*" valign="middle" bgcolor="#C0C0C0">Parental Controls</TD> 42 </TR> 43 <TR> 44<TH>TRUE</TH> 45<TD width="*">ON</TD> 46 </TR> 47 <TR> 48<TH>FALSE</TH> 49<TD width="*">OFF</TD> 50 </TR> 51 </TBODY> 52</TABLE> 53 54<H2>See Also</H2> 55<P>None.</P> 56 57<H2>Revision History</H2> 58<P>2010/06/22 Revised the name of the settings item.<br>2008/08/28 Revised links.<br>2006/06/21 Initial version.</P> 59 60<hr><p>CONFIDENTIAL</p></body> 61</HTML> 62