nn::applet::CTR::JumpToParentalControls Function

Syntax

Result JumpToParentalControls(
     AppletParentalControlsScene scene = nn::applet::CTR::PARENTAL_CONTROLS_TOP
);

Parameters

Name Description
in scene Indicates which Parental Controls scene to jump to.

Return Values

Returns the result of the operation.

Description

Jumps to Parental Controls in system settings.

The application will exit when this function is called. Be sure to execute a shutdown process as required. There is no return from this function call, regardless of whether the jump is successful.

Although this function has a return value, it never actually returns it. On success, it ends the process. On failure, it raises a fatal error.

You can specify which Parental Controls scene to jump to using the scene parameter.

ValueThe jump destination.
nn::applet::CTR::PARENTAL_CONTROL_TOPThe first Parental Controls screen (default).
nn::applet::CTR:PARENTAL_CONTROLS_COPPACSParental Control COPPACS Setting Screen

The application will execute from the beginning upon returning from system settings. You can check whether there has been a return jump from system settings using nn::applet::CTR::IsFromMset().

Revision History

2011/12/29
Added nn::applet::CTR:PARENTAL_CONTROLS_COPPACS to possible jump destinations.
2011/10/19
Added note that the function's return value can never actually be returned.
2011/09/01
Initial version.

CONFIDENTIAL