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