mfsRomGetVolumeName
mfsRamGetVolumeName

Syntax
s32 mfsRomGetVolumeName(u8* name)
s32 mfsRamGetVolumeName(u8* name)

Arguments

*name   Buffer for obtaining name

Return value

Error

Function

Obtains volume name

Description

This function obtains the volume name and stores it in name. name must be a buffer of size MFS_VOLUME_NAME_SIZE. A volume name consists of 20 characters. The termination of the character string that is entered in name is NULL.

Main errors
MFS_ERR_NO Normal termination
MFS_ERR_NOTMFSDISK Not an MFS-format disk
The disk ID's disk use is not 1, or the header is different.
MFS_ERR_VERSION Different version disk