nn::applet::CTR::JumpToHomeMenu FunctionResult JumpToHomeMenu( const u8 * pParam = NULL, size_t paramSize = 0, Handle handle = NN_APPLET_HANDLE_NONE );
| 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. |
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