nn::applet::CTR::CloseApplication Function

Syntax

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

Arguments

Name Description
in pParam Parameter buffer.
in paramSize Parameter buffer size.
in handle Handle

Return Values

Returns the result of the operation.

Description

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