SCCheckPCPassword

Syntax

#include <revolution/sc.h>

BOOL SCCheckPCPassword(const char *password);

Arguments

password Password

Return Values

Returns TRUE for a match and FALSE otherwise.

Description

Checks that the string specified as an argument matches the password for the Wii Menu's Parental Controls.

See Also

None.

Revision History

2010/03/03 Changed the argument from char* to const char*.
2009/10/23 Corrected error in the See Also section.
2007/09/26 Initial version.


CONFIDENTIAL