nn::phtsel::CTR::CancelPreloadPhtsel Function

Syntax

bool CancelPreloadPhtsel();

Arguments

None.

Return Values

Returns whether process has ended normally.

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

Description

Cancels the preload of the photo selector applet.

If preloading is not yet complete, this function does nothing.
Therefore, before you call this function, you must either call the nn::phtsel::CTR::WaitForPreloadPhtsel function or confirm that preloading is complete by calling the nn::phtsel::CTR::IsRegisteredPhtsel function.

Note: This function cancels all preloads of all library applets.

Any preloads of other library applets besides the photo selector applet are cancelled as well.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL