nn::fs::CreateAndMountExtSaveData Function

Syntax

Result CreateAndMountExtSaveData(
     nn::fs::MediaType * pOut,
     const char * archiveName,
     nn::fs::ExtSaveDataId id,
     const void * iconData,
     size_t iconDataSize,
     u32 entryDirectory,
     u32 entryFile
);

Arguments

Name Description
out pOut Returns the MediaType of the created and mounted extended save data.
in archiveName Specifies the archive name.
in id Specifies the ID of the extended save data.
in iconData Specifies icon data.
in iconDataSize Specifies the size of the icon data.
in entryDirectory Specifies the number of directories to be stored in this extended save data region.
in entryFile Specifies the number of files to be stored in this extended save data region.

Return Values

Returns the result of the operation.

Description

Creates extended save data and then mounts it.

Creates extended save data region corresponding to the Id and then mounts it.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL