nn::fs::CreateAndMountExtSaveData FunctionResult CreateAndMountExtSaveData( nn::fs::MediaType * pOut, const char * archiveName, nn::fs::ExtSaveDataId id, const void * iconData, size_t iconDataSize, u32 entryDirectory, u32 entryFile );
| 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. |
Creates extended save data and then mounts it.
Creates extended save data region corresponding to the Id and then mounts it.
CONFIDENTIAL