GetCoppacsRestriction

nn::cfg::CTR::GetCoppacsRestriction Function

Syntax

#include <nn/cfg.h>

CfgCoppacsRestriction GetCoppacsRestriction(
     void
);

Parameters

None.

Return Values

Returns the restriction type.

Description

Gets COPPACS restrictions.

If the return value is CFG_COPPACS_RESTRICTION_NONE, COPPACS restrictions are not applied.
If the return value is CFG_COPPACS_RESTRICTION_NEED_PARENTAL_PIN_CODE, canceling the Parental Controls PIN code is viewed as canceling COPPACS restrictions.
Verify the PIN code using CheckParentalControlPinCode.
If the return value is CFG_COPPACS_RESTRICTION_NEED_PARENTAL_AUTHENTICATION, a jump must be made to system settings to perform COPPACS authentication.

Revision History

2011/12/12
Deleted text about COPPACS.
2011/10/19
Added a description specific to COPPACS.
2011/08/30
Initial version.

CONFIDENTIAL