nn::cfg::CTR::GetParentalControlPinCode Function

Syntax

#include <nn/cfg.h>
void GetParentalControlPinCode(
     char pinCode[CFG_PARENTAL_CONTROL_PIN_CODE_LENGTH]
);

Arguments

Name Description
pinCode[CFG_PARENTAL_CONTROL_PIN_CODE_LENGTH]

Return Values

None.

Description

Obtains the Parental Controls PIN.

This function is scheduled for deletion in the future. Be sure to use the CheckParentalControlPinCode function to verify the Parental Controls PIN code.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL