nn::erreula::CTR::StartErrEulaApplet Function
void StartErrEulaApplet(
nn::applet::AppletWakeupState * pWakeupState,
Parameter * pParameter
);
| Name | Description | |
|---|---|---|
| out | pWakeupState |
The type of startup request. An undefined value is stored here on failure. |
| inout | pParameter |
Parameter's structure. |
Starts the error EULA applet.
If some library applet other than the error/EULA applet has been preloaded, you must cancel that preload before calling this function.
This function calls the nn::applet::CTR::WaitForStarting function.
Because you must determine whether to close the application when this function returns, call the nn::applet::CTR::IsExpectedToCloseApplication function immediately after control exits this function.
CONFIDENTIAL