nn::fs::ReadExtSaveDataIcon Function

Syntax

Result ReadExtSaveDataIcon(
     s32 * pOut,
     nn::fs::MediaType mediaType,
     nn::fs::ExtSaveDataId id,
     void * iconData,
     size_t iconDataSize
);

Arguments

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.

Return Values

Returns the result of the operation.

Description

Reads expanded save data icons.

Loads the icon data held by the extended save data having the specified ID and the specified media.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL