nn::applet::CTR::CloseApplication FunctionResult CloseApplication( const u8 * pParam = NULL, size_t paramSize = 0, Handle handle = NN_APPLET_HANDLE_NONE );
| Name | Description | |
|---|---|---|
| in | pParam | Parameter buffer. |
| in | paramSize | Parameter buffer size. |
| in | handle | Handle |
Exits the application.
You must call the PrepareToCloseApplication function before this one.
After exiting, control moves to the HOME Menu. This function does not return.
CONFIDENTIAL