#include <revolution/sc.h> BOOL SCCheckPCPassword(const char *password);
password |
Password |
Returns TRUE for a match and FALSE otherwise.
Checks that the string specified as an argument matches the password for the Wii Menu's Parental Controls.
None.
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