nn::phtsel::CTR::StartPhtsel Functionnn::applet::AppletWakeupState StartPhtsel( Parameter * pParameter, void * pWorkBuffer );
| Name | Description | |
|---|---|---|
| inout | pParameter |
Parameter structure. |
| in | pWorkBuffer | Starting address of work memory region. |
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.
CONFIDENTIAL