nn::applet::CTR::IsFromMset Function

Syntax

bool IsFromMset(
     AppletMsetScene * pScene = NULL
);

Parameters

Name Description
out pScene Indicates which scene to jump from in system settings. This value is valid only when this function returns true.

Return Values

Makes a return jump from system settings if true.

Description

Determines to return jump from system settings.

The term "return jump" refers to jumping back to the original application when a jump has been made from one application to another.

Be sure to call this function sometime after nn::applet::CTR::Enable.

If the return value is true (if there is to be a return jump from system settings), information regarding which scene in system settings to jump from is stored in the pointer pScene. Note, however, that nothing is stored if pScene is NULL.

The value and jump source scene stored are as follows.

ValueThe jump source system setting scene
nn::applet::CTR::MSET_INTERNEL_SETTING_TOPInternet settings
nn::applet::CTR::MSET_PARENTAL_CONTROLS_TOPThe first Parental Controls screen.
nn::applet::CTR::MSET_DATA_MANAGEMENT_STREETPASSThe chance encounter management screen.

Revision History

2011/09/01
Initial version.

CONFIDENTIAL