nn::applet::CTR::IsFromMset Function
bool IsFromMset(
AppletMsetScene * pScene = NULL
);
| Name | Description | |
|---|---|---|
| out | pScene |
Indicates which scene to jump from in system settings. This value is valid only when this function returns true. |
true. 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.
| Value | The jump source system setting scene |
|---|---|
nn::applet::CTR::MSET_INTERNEL_SETTING_TOP | Internet settings |
nn::applet::CTR::MSET_PARENTAL_CONTROLS_TOP | The first Parental Controls screen. |
nn::applet::CTR::MSET_DATA_MANAGEMENT_STREETPASS | The chance encounter management screen. |
CONFIDENTIAL