nn::phtsel::CTR::StartPhtselNoCapture Function

Syntax

nn::applet::AppletWakeupState StartPhtselNoCapture(
     Parameter * pParameter
);

Arguments

Name Description
inout pParameter Parameter structure.

Return Values

Description

Starts the photo selector applet without capturing a background image.

When you use this, the background image will always be completely black.

If some library applet other than the photo selector 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/24
Initial version.

CONFIDENTIAL