nn::applet::CTR::RestartApplication FunctionResult RestartApplication( const void * pParam = NULL, size_t paramSize = NN_APPLET_PARAM_BUF_SIZE );
| Name | Description | |
|---|---|---|
| in | pParam | Data to be passed to an application that restarted itself. |
| in | paramSize | The size of pParam. |
Terminates the application and then restarts it.
Use the nn::applet::GetStartupArgument function to get the data specified to this function.
Note that the application will not restart if the debugger is attached.
CONFIDENTIAL