nn::applet::CTR::JumpToHomeMenu Function

Syntax

Result JumpToHomeMenu(
     const u8 * pParam = NULL,
     size_t paramSize = 0,
     Handle handle = NN_APPLET_HANDLE_NONE
);

Arguments

Name Description
in pParam Parameter buffer to send to the HOME Menu.
in paramSize Size of the parameter buffer to send to the HOME Menu.
in handle Handle to send to the HOME Menu.

Return Values

Returns the result of the operation.

Description

Jumps to the HOME Menu.

You must call the PrepareToJumpToHomeMenu function before this one.

After you call this function, wait for startup with the WaitForStarting function.


CONFIDENTIAL