nn::fs::ReadExtSaveDataIcon FunctionResult ReadExtSaveDataIcon( s32 * pOut, nn::fs::MediaType mediaType, nn::fs::ExtSaveDataId id, void * iconData, size_t iconDataSize );
| Name | Description | |
|---|---|---|
| out | pOut | Returns the size of the data that was loaded. |
| in | mediaType | Specifies the media. |
| in | id | Specifies the ID of the extended save data. |
| in | iconData | Specifies the memory that stores the icon data. |
| in | iconDataSize | Specifies the size of the icon data. |
Reads expanded save data icons.
Loads the icon data held by the extended save data having the specified ID and the specified media.
CONFIDENTIAL