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=windows-1252">
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>SCCheckPCPassword</TITLE>
11
12</HEAD>
13
14<BODY>
15
16
17<H1>SCCheckPCPassword</H1>
18
19
20
21<H2>C Specification</H2>
22<pre><code>#include &lt;revolution/sc.h&gt;
23
24BOOL SCCheckPCPassword(char *password);
25</code></pre>
26
27
28<H2>Arguments</H2>
29<TABLE border="1" cellpadding="3" cellspacing="0.1">
30  <TBODY>
31    <TR>
32<TD width="30%" bgcolor="#ffffe8"><em><strong><code>password</code></strong></em></TD>
33<TD width="*">Password</TD>
34    </TR>
35  </TBODY>
36</TABLE>
37
38<H2>Return Values</H2>
39<p>Returns <CODE>TRUE</CODE> for a match; <CODE>FALSE</CODE> otherwise.</p>
40
41<H2>Description</H2>
42<P>
43Checks that the string specified as an argument matches the password for the Wii Menu's Parental Controls.</p>
44
45<H2>See Also</H2>
46<P>
47<A href="SCCheckPCPassword.html"><code>SCCheckPCPassword</code></A>
48</P>
49
50<H2>Revision History</H2>
51<P>
522007/09/26 Initial version.</P>
53
54<hr><p>CONFIDENTIAL</p></body>
55</HTML>
56