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 program.

You must call the PrepareToCloseApplication function before this one.

This function does not return.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL