nn::phtsel::CTR::StartPhtsel Function

Syntax

nn::applet::AppletWakeupState StartPhtsel(
     Parameter * pParameter,
     void * pWorkBuffer
);

Arguments

Name Description
inout pParameter Parameter structure.
in pWorkBuffer Starting address of work memory region.

Return Values

Description

Starts up the photo selector applet.

Before you call this function, allocate a work memory region having the size returned by the GetWorkBufferSize function, and specify the starting address of this region in pWorkBuffer.

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