NA_UnloadOtherTitleArchive

Syntax

#include <twl/na.h>

FSResult NA_UnloadOtherTitleArchive(void);

Arguments

None.

Return Values

Returns FS_RESULT_SUCCESS if processing completed successfully.
Other values indicate an error. The following values, in particular, have specific meanings.

FS_RESULT_ALREADY_DONENo save data is loaded.
FS_RESULT_UNSUPPORTEDThis is running on the Nintendo DS and cannot be used.

Description

Unloads save data that is currently loaded from another NAND application, removing it from the file system.

See Also

NA_LoadOtherTitleArchive

Revision History

2009/05/13 Added link to See Also.
2008/09/16 Added FS_RESULT_UNSUPPORTED to the return values.
2008/07/14 Initial version.


CONFIDENTIAL