Result CreateExtSaveData( nn::fs::MediaType * pOut, nn::fs::ExtSaveDataId id, const void * iconData, size_t iconDataSize, u32 entryDirectory, u32 entryFile );
| Name | Description | |
|---|---|---|
| out | pOut | Returns the MediaType of the created extended save data region. |
| 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 an extended save data memory region.
Creates extended save data region corresponding to the Id.
CONFIDENTIAL