nn::applet::CTR::PrepareToCloseApplication FunctionResult PrepareToCloseApplication( void );
None.
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
Prepares to exit a program.
This function loads the relevant data if the data has not been loaded when control transitions to the system side such as the HOME Menu.
Then call the nn::applet::CTR::CloseApplication function after this one to exit the program.
This function always succeeds. You do not need to check its return value.
CONFIDENTIAL