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>SCCheckPCShoppingRestriction</TITLE> 11 12</HEAD> 13 14<BODY> 15 16 17<H1>SCCheckPCShoppingRestriction</H1> 18 19<H2>Syntax</H2> 20<dl><dd><pre class="construction"> 21#include <revolution/sc.h> 22 23BOOL SCCheckPCShoppingRestriction(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 to restrict <STRONG>Use of Wii Points and certain credit card purchases</STRONG>, a Parental Controls option 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>Use of Wii Points and certain credit card purchases</STRONG> in the Wii menu. This option can be used to restrict the use of Wii Points and certain credit card purchases, excluding the purchase of points from the Wii Shop Channel and orders from the Internet Channel.</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>2008/02/28 Initial version.<BR> 59</P> 60 61<hr><p>CONFIDENTIAL</p></body> 62</HTML> 63