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 program.
You must call the PrepareToCloseApplication function before this one.
This function does not return.
CONFIDENTIAL