nn::fs::MountExtSaveData Function

Syntax

Result MountExtSaveData(
     nn::fs::MediaType * pOut,
     const char * archiveName,
     nn::fs::ExtSaveDataId id
);

Arguments

Name Description
out pOut Returns the media of the extended save data that was mounted.
in archiveName Specifies the archive name.
in id Specifies the ID of the extended save data.

Return Values

Returns the result of the operation.

Description

Mounts extended save data.

Mounts as an archive the extended save data region having the specified ID. If no extended save data exists, returns the nnfs::ResultArchiveNotFound function. If this happens, call FormatAndMountExtSaveData to create the expanded save data.

The pOut argument returns the media of the extended save data mounted by this function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL