Result GetArchiveFreeBytes( s64 * pOut, const char * archiveName );
| Name | Description | |
|---|---|---|
| out | pOut | Returns the amount of free archive space. |
| in | archiveName | Specifies the archive name. |
Gets the amount of free space in the archive.
This function can only be used for save data archives. Save data regions are managed in units of fixed size (blocks). One block's size is 512 bytes. As a result the value returned by this function is a multiple of 512 bytes.archiveName argument from wchart_t* to const char*.
CONFIDENTIAL