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<TITLE>SCCheckPCMessageRestriction</TITLE> 11 12</HEAD> 13 14<BODY> 15 16 17<H1>SCCheckPCMessageRestriction</H1> 18 19<H2>Syntax</H2> 20<dl><dd><pre class="construction"> 21#include <revolution/sc.h> 22 23BOOL SCCheckPCMessageRestriction(void); 24</pre></dd></dl> 25 26<H2>Arguments</H2> 27<P>None.</P> 28 29<H2>Return Values</H2> 30<p>Returns <CODE>TRUE</CODE> if the user chooses the Parental Controls option <STRONG>Limited online use of Wii Message Board and access to certain user-generated content</STRONG> in the Wii Menu. Otherwise returns <CODE>FALSE</CODE>.</p> 31 32<H2>Description</H2> 33<P> 34Gets the setting for the Parental Controls option <STRONG>Limited online use of Wii Message Board and access to certain user-generated content</STRONG> in the Wii Menu.</p> 35 36<TABLE class="arguments" border="1"> 37 <TBODY> 38 <TR> 39<TD width="30%" valign="middle" bgcolor="#C0C0C0">Return Values</TD> 40<TD width="*" valign="middle" bgcolor="#C0C0C0">Parental Controls</TD> 41 </TR> 42 <TR> 43<TH>TRUE</TH> 44<TD width="*">ON</TD> 45 </TR> 46 <TR> 47<TH>FALSE</TH> 48<TD width="*">OFF</TD> 49 </TR> 50 </TBODY> 51</TABLE> 52 53<H2>See Also</H2> 54<P>None.</P> 55 56<H2>Revision History</H2> 57<P> 582010/06/22 Revised the name of the settings item.<BR>2007/07/26 Initial version.<BR> 59</P> 60 61<hr><p>CONFIDENTIAL</p></body> 62</HTML> 63