nn::erreula::CTR::StartErrEulaApplet Function

Syntax

void StartErrEulaApplet(
     nn::applet::AppletWakeupState * pWakeupState,
     Parameter * pParameter
);

Parameters

Name Description
out pWakeupState The type of startup request. An undefined value is stored here on failure.
inout pParameter Parameter's structure.

Return Values

None.

Description

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.

Revision History

2011/08/04
Initial version.

CONFIDENTIAL