nn::phtsel::CTR::PreloadPhtsel Function

Syntax

bool PreloadPhtsel();

Parameters

None.

Return Values

Returns whether process has ended normally.

Value Description
true The process ended normally.
false The process did not end normally.

Description

Preloads the photo selector applet.

If you preload the photo selector applet, it will start up faster than it will otherwise. If you do so, however, you must take the following into account.

Preloading is not complete after this function returns. When you use this function to preload the applet, before you can call the nn::phtsel::CTR::StartPhtsel function you must always either call the nn::phtsel::CTR::WaitForPreloadPhtsel function or confirm that preloading is complete by calling the nn::phtsel::CTR::IsRegisteredPhtsel function.

Also note that if some library applet other than the photo selector applet has been preloaded, you must cancel that preload before calling this function.

Applications must not be closed while the applet is preloaded. If you preloaded the applet, you must always call the nn::phtsel::CTR::CancelPreloadPhtsel function to cancel the preload before closing the application.

Preloading of an applet can be canceled by calling nn::applet::CTR::ProcessHomeButton to move to the HOME Menu.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL