CheckParentalControlPinCode

nn::cfg::CTR::CheckParentalControlPinCode Function

Syntax

#include <nn/cfg.h>

bool CheckParentalControlPinCode(
     const char * input
);

Parameters

Name Description
in input Specifies the Parental Controls PIN code.

Return Values

Returns true if the PIN code matches that given by argument; otherwise, returns false.

Description

Verifies the Parental Controls PIN code.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL