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>SCCheckPCPassword</TITLE>
12
13</HEAD>
14
15<BODY>
16
17
18<!-- タイトル名 -->
19<H1>SCCheckPCPassword</H1>
20
21
22
23<H2>Syntax</H2>
24<dl><dd><pre class="construction">
25#include &lt;revolution/sc.h&gt;
26
27BOOL SCCheckPCPassword(const char *password);
28</pre></dd></dl>
29
30
31<H2>Arguments</H2>
32<TABLE border="1" cellpadding="3" cellspacing="0.1">
33  <TBODY>
34    <TR>
35<TD width="30%" bgcolor="#ffffe8"><em><strong><code>password</code></strong></em></TD>
36<TD width="*">Password</TD>
37    </TR>
38  </TBODY>
39</TABLE>
40
41<H2>Return Values</H2>
42<p>Returns <CODE>TRUE</CODE> for a match and <CODE>FALSE</CODE> otherwise.</p>
43
44<H2>Description</H2>
45<P>
46Checks that the string specified as an argument matches the password for the Wii Menu's Parental Controls.</p>
47
48<H2>See Also</H2>
49<P>
50None.
51</P>
52
53<H2>Revision History</H2>
54<P>
552010/03/03 Changed the argument from <CODE>char*</CODE> to <CODE>const char*</CODE>.<BR>2009/10/23 Corrected error in the <B>See Also</B> section.<BR>2007/09/26 Initial version.</P>
56
57<hr><p>CONFIDENTIAL</p></body>
58</HTML>
59